Package | Description |
---|---|
org.springframework.integration.handler |
Provides classes implementing various types of message handler.
|
Modifier and Type | Class and Description |
---|---|
class |
ExpressionCommandMessageProcessor
A MessageProcessor implementation that expects an Expression or expressionString
as the Message payload.
|
class |
ExpressionEvaluatingMessageProcessor<T>
A
MessageProcessor implementation that evaluates a SpEL expression
with the Message itself as the root object within the evaluation context. |
class |
MethodInvokingMessageProcessor<T>
A MessageProcessor implementation that invokes a method on a target Object.
|
Copyright © 2018. All rights reserved.