java.lang.Object
org.opendaylight.controller.cluster.raft.client.messages.FindLeaderReply
All Implemented Interfaces:
Serializable

public final class FindLeaderReply extends Object implements Serializable
Reply to FindLeader message, containing the address of the leader actor, as known to the raft actor which sent the message. If the responding actor does not have knowledge of the leader, getLeaderActor() will return Optional.empty().

This message is intended for testing purposes only.

See Also:
  • Constructor Details

    • FindLeaderReply

      public FindLeaderReply(@Nullable String leaderActor)
  • Method Details