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.
- Since:
- 2.0
- Author:
- Mark Fisher, Oleg Zhurakousky, Gary Russell, Artem Bilan, Trung Pham, Ngoc Nhan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
setNotificationPublisher
(NotificationPublisher notificationPublisher)
-
Constructor Details
-
PublisherDelegate
public PublisherDelegate()
-
-
Method Details
-
setNotificationPublisher
- Specified by:
setNotificationPublisher
in interfaceNotificationPublisherAware
-