| Package | Description |
|---|---|
| io.atomix.primitive.proxy | |
| io.atomix.primitive.session |
Interfaces for managing client sessions on a Raft server.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PrimitiveProxyExecutor.addEventListener(Consumer<PrimitiveEvent> listener)
Adds a session event listener.
|
void |
PrimitiveProxyExecutor.removeEventListener(Consumer<PrimitiveEvent> listener)
Removes a session event listener.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Session.publish(PrimitiveEvent event)
Publishes an event to the session.
|
Copyright © 2013–2018. All rights reserved.