Uses of Class
org.springframework.integration.handler.AbstractMessageProcessor
Package
Description
Provides classes implementing various types of message handler.
-
Uses of AbstractMessageProcessor in org.springframework.integration.handler
Modifier and TypeClassDescriptionclass
A MessageProcessor implementation that expects a Control Bus command as a request message.class
Deprecated, for removal: This API element is subject to removal in a future version.class
AMessageProcessor
implementation that evaluates a SpEL expression with the Message itself as the root object within the evaluation context.class
A MessageProcessor implementation that invokes a method on a target Object.
ControlBusMessageProcessor