Example usage for org.springframework.integration.store MessageGroup interface-usage

List of usage examples for org.springframework.integration.store MessageGroup interface-usage

Introduction

In this page you can find the example usage for org.springframework.integration.store MessageGroup interface-usage.

Usage

From source file iwein.samples.store.SimpleMessageGroup.java

/**
 * Represents a mutable group of correlated messages that is bound to a certain {@link MessageStore} and correlation
 * key. The group will grow during its lifetime, when messages are <code>add</code>ed to it. This MessageGroup is thread
 * safe.
 *
 * @author Iwein Fuld

From source file org.springframework.integration.store.PersistentMessageGroup.java

/**
 * @author Artem Bilan
 * @since 4.3
 */
class PersistentMessageGroup implements MessageGroup {