Class SimpleMessageGroupFactory

java.lang.Object
org.springframework.integration.store.SimpleMessageGroupFactory
All Implemented Interfaces:
MessageGroupFactory

public class SimpleMessageGroupFactory
extends Object
implements MessageGroupFactory
The MessageGroupFactory implementation to produce SimpleMessageGroup instances. The SimpleMessageGroupFactory.GroupType modificator specifies the internal collection for the SimpleMessageGroup. The SimpleMessageGroupFactory.GroupType.HASH_SET is the default type.
Since:
4.3
Author:
Artem Bilan