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
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetNotificationPublisher(NotificationPublisher notificationPublisher) 
- 
Constructor Details- 
PublisherDelegatepublic PublisherDelegate()
 
- 
- 
Method Details- 
setNotificationPublisher- Specified by:
- setNotificationPublisherin interface- NotificationPublisherAware
 
 
-