Skip navigation links

Package io.atomix.copycat.server.session

Interfaces for managing client sessions on a Copycat server.

See: Description

Package io.atomix.copycat.server.session Description

Interfaces for managing client sessions on a Copycat server.

Client session information is exposed to server state machines in the form of a ServerSession object. Server sessions provide functionality in addition to normal session state information to allow replicated state machines to publish event notifications to clients through their session.

Author:
Jordan Halterman
Skip navigation links

Copyright © 2013–2016. All rights reserved.