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

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

Introduction

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

Usage

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

/**
 * An implementation of {@link ReleaseStrategy} that simply compares the current size of the message list to the
 * expected 'sequenceSize'.
 * 
 * @author Mark Fisher
 * @author Marius Bogoevici