类 NamingEventPublisherFactory

  • 所有已实现的接口:
    com.alibaba.nacos.common.notify.EventPublisherFactory, java.util.function.BiFunction<java.lang.Class<? extends com.alibaba.nacos.common.notify.Event>,​java.lang.Integer,​com.alibaba.nacos.common.notify.EventPublisher>

    public class NamingEventPublisherFactory
    extends java.lang.Object
    implements com.alibaba.nacos.common.notify.EventPublisherFactory
    event publisher factory for naming event.

    Some naming event is in order, so these event need publish by sync(with same thread and same queue).

    作者:
    xiweng.yy
    • 构造器详细资料

      • NamingEventPublisherFactory

        private NamingEventPublisherFactory()
    • 方法详细资料

      • apply

        public com.alibaba.nacos.common.notify.EventPublisher apply​(java.lang.Class<? extends com.alibaba.nacos.common.notify.Event> eventType,
                                                                    java.lang.Integer maxQueueSize)
        指定者:
        apply 在接口中 java.util.function.BiFunction<java.lang.Class<? extends com.alibaba.nacos.common.notify.Event>,​java.lang.Integer,​com.alibaba.nacos.common.notify.EventPublisher>
        指定者:
        apply 在接口中 com.alibaba.nacos.common.notify.EventPublisherFactory
      • getAllPublisherStatues

        public java.lang.String getAllPublisherStatues()