Class NotificationPublishingMessageHandler.PublisherDelegate

java.lang.Object
org.springframework.integration.jmx.NotificationPublishingMessageHandler.PublisherDelegate
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.jmx.export.notification.NotificationPublisherAware
Enclosing class:
NotificationPublishingMessageHandler

@ManagedResource
@IntegrationManagedResource
public static class NotificationPublishingMessageHandler.PublisherDelegate
extends java.lang.Object
implements org.springframework.jmx.export.notification.NotificationPublisherAware
Simple class used for the actual MBean instances to be registered. Exposed to standard MBEs as well as the IMBE for backwards compatibility.
  • Constructor Summary

    Constructors 
    Constructor Description
    PublisherDelegate()  
  • Method Summary

    Modifier and Type Method Description
    void setNotificationPublisher​(org.springframework.jmx.export.notification.NotificationPublisher notificationPublisher)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • setNotificationPublisher

      public void setNotificationPublisher​(org.springframework.jmx.export.notification.NotificationPublisher notificationPublisher)
      Specified by:
      setNotificationPublisher in interface org.springframework.jmx.export.notification.NotificationPublisherAware