Uses of Interface
org.springframework.integration.store.MessageGroupFactory
Packages that use 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
Methods in org.springframework.integration.jdbc.store that return MessageGroupFactoryModifier and TypeMethodDescriptionprotected MessageGroupFactory
JdbcChannelMessageStore.getMessageGroupFactory()
Return theMessageGroupFactory
.Methods in org.springframework.integration.jdbc.store with parameters of type MessageGroupFactoryModifier and TypeMethodDescriptionvoid
JdbcChannelMessageStore.setMessageGroupFactory
(MessageGroupFactory messageGroupFactory) Specify theMessageGroupFactory
to createMessageGroup
object where it is necessary. -
Uses of MessageGroupFactory in org.springframework.integration.redis.store
Methods in org.springframework.integration.redis.store that return MessageGroupFactoryModifier and TypeMethodDescriptionprotected MessageGroupFactory
RedisChannelMessageStore.getMessageGroupFactory()
Methods in org.springframework.integration.redis.store with parameters of type MessageGroupFactoryModifier and TypeMethodDescriptionvoid
RedisChannelMessageStore.setMessageGroupFactory
(MessageGroupFactory messageGroupFactory) Specify theMessageGroupFactory
to createMessageGroup
object where it is necessary. -
Uses of MessageGroupFactory in org.springframework.integration.store
Classes in org.springframework.integration.store that implement MessageGroupFactoryModifier and TypeClassDescriptionclass
TheMessageGroupFactory
implementation to produceSimpleMessageGroup
instances.Methods in org.springframework.integration.store that return MessageGroupFactoryModifier and TypeMethodDescriptionprotected MessageGroupFactory
AbstractBatchingMessageGroupStore.getMessageGroupFactory()
protected MessageGroupFactory
AbstractMessageGroupStore.getMessageGroupFactory()
Methods in org.springframework.integration.store with parameters of type MessageGroupFactoryModifier and TypeMethodDescriptionvoid
AbstractBatchingMessageGroupStore.setMessageGroupFactory
(MessageGroupFactory messageGroupFactory) Specify theMessageGroupFactory
to createMessageGroup
object where it is necessary.