Class FindLeaderReply
java.lang.Object
org.opendaylight.controller.cluster.raft.client.messages.FindLeaderReply
- All Implemented Interfaces:
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
FindLeaderReply
-
-
Method Details
-
getLeaderActor
-