public final class FindLeaderReply extends Object implements Serializable
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.
Constructor and Description |
---|
FindLeaderReply(String leaderActor) |
Copyright © 2019 OpenDaylight. All rights reserved.