Package-level declarations
Types
Link copied to clipboard
interface SessionEventStore
Cache for server-sent events for a session, facilitating replay of events when a session reconnects
Link copied to clipboard
interface SessionEventTracking
Tracks the next event ID for a given session.
Link copied to clipboard
interface SessionProvider
Provides a session identifier for a given connection request. This can be used to allocate a particular session which can be used to track the connection. Handles both new and existing sessions, as well as validating if a particular request is authorised to connect to that session.