Example usage for org.springframework.integration.handler MessageProcessor interface-usage

List of usage examples for org.springframework.integration.handler MessageProcessor interface-usage

Introduction

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

Usage

From source file org.springframework.integration.handler.LambdaMessageProcessor.java

/**
 * The {@link MessageProcessor} implementation for method invocation on the single method classes
 * - functional interface implementations.
 *
 * @author Artem Bilan
 * @author Gary Russell