类 RaftErrorEvent

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

public class RaftErrorEvent extends com.alibaba.nacos.common.notify.Event
The RAFT protocol runs an exception event. If this event is published, it means that the current raft Group cannot continue to run normally
作者:
liaochuntao
另请参阅:
序列化表格
  • 构造器详细资料

    • RaftErrorEvent

      public RaftErrorEvent()
  • 方法详细资料

    • getGroupName

      public String getGroupName()
    • setGroupName

      public void setGroupName(String groupName)