interface SessionStatic {
    new SessionStaticnew <S>(connection: default<S>): Session<S> & API;
}

Constructors

Constructors