Class NotificationPublishingMessageHandler

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

@Deprecated(forRemoval=true, since="7.0") public class NotificationPublishingMessageHandler extends NotificationPublishingMessageHandler
Deprecated, for removal: This API element is subject to removal in a future version.
An AbstractMessageHandler implementation to publish an incoming message as a JMX Notification. The OutboundMessageMapper is used to convert a Message to the Notification.
Since:
2.0
Author:
Mark Fisher, Oleg Zhurakousky, Gary Russell, Artem Bilan, Trung Pham, Ngoc Nhan
  • Constructor Details

    • NotificationPublishingMessageHandler

      public NotificationPublishingMessageHandler(ObjectName objectName)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Construct an instance based on the provided object name.
      Parameters:
      objectName - the ObjectName to use for notification.
    • NotificationPublishingMessageHandler

      public NotificationPublishingMessageHandler(String objectName)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Construct an instance based on the provided object name.
      Parameters:
      objectName - the object name to use for notification.