Class MessageTransformingHandler

All Implemented Interfaces:
org.reactivestreams.Subscriber<Message<?>>, Aware, BeanClassLoaderAware, BeanFactoryAware, BeanNameAware, DisposableBean, InitializingBean, ApplicationContextAware, Lifecycle, Ordered, ExpressionCapable, Orderable, MessageProducer, HeaderPropagationAware, IntegrationPattern, NamedComponent, IntegrationManagement, ManageableLifecycle, TrackableComponent, MessageHandler, reactor.core.CoreSubscriber<Message<?>>

public class MessageTransformingHandler extends AbstractReplyProducingMessageHandler implements ManageableLifecycle
A reply-producing MessageHandler that delegates to a Transformer instance to modify the received Message and sends the result to its output channel.
Author:
Mark Fisher, Oleg Zhurakousky, Artem Bilan, Gary Russell