(ToLongFunction<GetLeader> handle)
| 591 | } |
| 592 | |
| 593 | public void getLeaderAsync(ToLongFunction<GetLeader> handle) { |
| 594 | send(new GetLeader(), (p) -> handle.applyAsLong((GetLeader)p)); |
| 595 | } |
| 596 | |
| 597 | public static Connector waitForLeader(RaftConfig raftConfig) { |
| 598 | return waitForLeader(raftConfig, 0, null); |