| Package | Description |
|---|---|
| io.atomix.primitive.service | |
| io.atomix.primitive.session |
Interfaces for managing client sessions on a Raft server.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
PrimitiveService
Base class for user-provided services.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPrimitiveService
Raft service.
|
| Modifier and Type | Method and Description |
|---|---|
Sessions |
Sessions.addListener(SessionListener listener)
Adds a listener to the sessions.
|
Sessions |
Sessions.removeListener(SessionListener listener)
Removes a listener from the sessions.
|
Copyright © 2013–2018. All rights reserved.