Class MethodInvokingMessageHandler

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

public class MethodInvokingMessageHandler extends AbstractMessageHandler implements ManageableLifecycle
A MessageHandler that invokes the specified method on the provided object.
Author:
Mark Fisher, Oleg Zhurakousky, Artem Bilan