Class NotificationPublishingMessageHandler.PublisherDelegate
java.lang.Object
org.springframework.integration.jmx.NotificationPublishingMessageHandler.PublisherDelegate
- All Implemented Interfaces:
Aware
,NotificationPublisherAware
- Enclosing class:
- NotificationPublishingMessageHandler
@ManagedResource @IntegrationManagedResource public static class NotificationPublishingMessageHandler.PublisherDelegate extends Object implements 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(NotificationPublisher notificationPublisher)
-
Constructor Details
-
PublisherDelegate
public PublisherDelegate()
-
-
Method Details
-
setNotificationPublisher
- Specified by:
setNotificationPublisher
in interfaceNotificationPublisherAware
-