Interface Session<C>

Type Parameters:
C - the session context type
All Superinterfaces:
AutoCloseable, ImmutableSession

public interface Session<C> extends ImmutableSession, AutoCloseable
Represents a session.
Author:
Paul Ferraro