Uses of Interface
io.atomix.primitive.session.Session
| Package | Description |
|---|---|
| io.atomix.primitive.service |
Provides classes and interfaces for defining distributed primitive state machines.
|
| io.atomix.primitive.session |
Provides classes and interfaces for managing primitive sessions.
|
-
Uses of Session in io.atomix.primitive.service
Methods in io.atomix.primitive.service that return Session Modifier and Type Method Description SessionServiceContext. currentSession()Returns the current session.SessionCommit. session()Returns the session that submitted the operation. -
Uses of Session in io.atomix.primitive.session
Methods in io.atomix.primitive.session that return Session Modifier and Type Method Description SessionSessions. getSession(long sessionId)Returns a session by session ID.Methods in io.atomix.primitive.session with parameters of type Session Modifier and Type Method Description voidSessionListener. onClose(Session session)Called when a session was closed by the client.voidSessionListener. onExpire(Session session)Called when a session is expired by the system.voidSessionListener. onOpen(Session session)Called when a new session is registered.