Class FindLeader

  • All Implemented Interfaces:
    Serializable

    public final class FindLeader
    extends Object
    implements Serializable
    Request to locate the leader raft actor. Each RaftActor must respond with a FindLeaderReply containing the address of the leader, as it is known to that particular actor.

    This message is intended for testing purposes only.

    See Also:
    Serialized Form
    • Field Detail

      • INSTANCE

        public static final FindLeader INSTANCE