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