类 MemberChangeListener

    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean ignoreExpireEvent()
      Whether to ignore expired events.
      java.lang.Class<? extends com.alibaba.nacos.common.notify.Event> subscribeType()
      return NodeChangeEvent.class info.
      • 从类继承的方法 com.alibaba.nacos.common.notify.listener.Subscriber

        executor, onEvent, scopeMatches
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • MemberChangeListener

        public MemberChangeListener()
    • 方法详细资料

      • subscribeType

        public java.lang.Class<? extends com.alibaba.nacos.common.notify.Event> subscribeType()
        return NodeChangeEvent.class info.
        指定者:
        subscribeType 在类中 com.alibaba.nacos.common.notify.listener.Subscriber<MembersChangeEvent>
        返回:
        Object.getClass()
      • ignoreExpireEvent

        public boolean ignoreExpireEvent()
        Whether to ignore expired events.
        覆盖:
        ignoreExpireEvent 在类中 com.alibaba.nacos.common.notify.listener.Subscriber<MembersChangeEvent>
        返回:
        default value is Boolean.TRUE