| Package | Description |
|---|---|
| io.atomix.protocols.raft.session |
Interfaces for managing client sessions on a Raft server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RaftSession.addListener(RaftSessionEventListener listener)
Adds a state change listener to the session.
|
void |
RaftSession.removeListener(RaftSessionEventListener listener)
Removes a state change listener from the session.
|
Copyright © 2013–2017. All rights reserved.