Uses of Interface
org.springframework.integration.store.MessageGroupFactory
Package
Description
Provides JDBC-backed Message Store implementations.
Provides classes related to the Redis message store.
Provides classes releated to storing messages.
-
Uses of MessageGroupFactory in org.springframework.integration.jdbc.store
Modifier and TypeMethodDescriptionprotected MessageGroupFactory
JdbcChannelMessageStore.getMessageGroupFactory()
Return theMessageGroupFactory
.Modifier and TypeMethodDescriptionvoid
JdbcChannelMessageStore.setMessageGroupFactory
(MessageGroupFactory messageGroupFactory) Specify theMessageGroupFactory
to createMessageGroup
object where it is necessary. -
Uses of MessageGroupFactory in org.springframework.integration.redis.store
Modifier and TypeMethodDescriptionprotected MessageGroupFactory
RedisChannelMessageStore.getMessageGroupFactory()
Modifier and TypeMethodDescriptionvoid
RedisChannelMessageStore.setMessageGroupFactory
(MessageGroupFactory messageGroupFactory) Specify theMessageGroupFactory
to createMessageGroup
object where it is necessary. -
Uses of MessageGroupFactory in org.springframework.integration.store
Modifier and TypeClassDescriptionclass
TheMessageGroupFactory
implementation to produceSimpleMessageGroup
instances.Modifier and TypeMethodDescriptionprotected MessageGroupFactory
AbstractBatchingMessageGroupStore.getMessageGroupFactory()
protected MessageGroupFactory
AbstractMessageGroupStore.getMessageGroupFactory()
Modifier and TypeMethodDescriptionvoid
AbstractBatchingMessageGroupStore.setMessageGroupFactory
(MessageGroupFactory messageGroupFactory) Specify theMessageGroupFactory
to createMessageGroup
object where it is necessary.