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

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

Introduction

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

Usage

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

/**
 * @author Dave Syer
 * @author Oleg Zhurakousky
 * 
 * @since 2.0
 *

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

/**
 * Map-based implementation of {@link MessageStore} and {@link MessageGroupStore}. Enforces a maximum capacity for the
 * store.
 * 
 * @author Iwein Fuld
 * @author Mark Fisher