类 SlowEvent

java.lang.Object
com.alibaba.nacos.common.notify.Event
com.alibaba.nacos.common.notify.SlowEvent
所有已实现的接口:
Serializable

public abstract class SlowEvent extends Event
This event share one event-queue.
作者:
liaochuntao, zongtanghu
另请参阅:
序列化表格
  • 构造器详细资料

    • SlowEvent

      public SlowEvent()
  • 方法详细资料

    • sequence

      public long sequence()
      从类复制的说明: Event
      Event sequence number, which can be used to handle the sequence of events.
      覆盖:
      sequence 在类中 Event
      返回:
      sequence num, It's best to make sure it's monotone.