Class CurrentSessionStats

  • All Implemented Interfaces:
    SessionStats

    public class CurrentSessionStats
    extends DelegatingStats
    Wrapper which delegates to a SessionStats instance acquired during construction. This is mostly useful for stateful services which are created within the context of a single session.
    Since:
    Beta4