java.lang.Object
org.opendaylight.controller.cluster.raft.client.messages.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:
  • Field Details

    • INSTANCE

      public static final FindLeader INSTANCE