@FunctionalInterface
public interface MessageStoreFactory<T extends MessageStore>
MessageStore instances.| Modifier and Type | Method and Description |
|---|---|
T |
createMessageStoreFor(java.lang.String name,
java.lang.String channelName)
Creates and returns a
MessageStore. |
T createMessageStoreFor(@Nonnull java.lang.String name, @Nonnull java.lang.String channelName)
MessageStore.name - the name of the MessageStorechannelName - the name of the channel associated to the MessageStore.