类 JobExecutionNotificationPublisher

  • 所有已实现的接口:
    java.util.EventListener, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationListener<SimpleMessageApplicationEvent>, org.springframework.jmx.export.notification.NotificationPublisherAware

    public class JobExecutionNotificationPublisher
    extends java.lang.Object
    implements org.springframework.context.ApplicationListener<SimpleMessageApplicationEvent>, org.springframework.jmx.export.notification.NotificationPublisherAware
    JMX notification broadcaster
    从以下版本开始:
    1.0
    作者:
    Dave Syer
    • 方法详细资料

      • setNotificationPublisher

        public void setNotificationPublisher​(org.springframework.jmx.export.notification.NotificationPublisher notificationPublisher)
        Injection setter.
        指定者:
        setNotificationPublisher 在接口中 org.springframework.jmx.export.notification.NotificationPublisherAware
        另请参阅:
        NotificationPublisherAware.setNotificationPublisher(org.springframework.jmx.export.notification.NotificationPublisher)