Example usage for org.springframework.integration.aggregator MessageGroupProcessor interface-usage

List of usage examples for org.springframework.integration.aggregator MessageGroupProcessor interface-usage

Introduction

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

Usage

From source file org.springframework.integration.aggregator.AbstractAggregatingMessageGroupProcessor.java

/**
 * Base class for MessageGroupProcessor implementations that aggregate the group of Messages into a single Message.
 * 
 * @author Iwein Fuld
 * @author Alexander Peters
 * @author Mark Fisher