Interface CollectionSchema.MessageFactory
- All Known Implementing Classes:
CollectionSchema.MessageFactories, DefaultIdStrategy.RuntimeCollectionFactory, ExplicitIdStrategy.RegisteredCollectionFactory, IncrementalIdStrategy.RuntimeCollectionFactory
- Enclosing class:
CollectionSchema<V>
public static interface CollectionSchema.MessageFactory
Creates new
Collection messages.-
Method Summary
Modifier and TypeMethodDescription<V> Collection<V> Creates a newCollectionmessage.Class<?> The type to instantiate.
-
Method Details
-
newMessage
Creates a newCollectionmessage. -
typeClass
Class<?> typeClass()The type to instantiate.
-