Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ClientSessionKeepAliveManagerEvents

Hierarchy

  • ClientSessionKeepAliveManagerEvents

Implemented by

Methods

Methods

on

  • on(event: "keepalive", eventHandler: function): this
  • on(event: "failure", eventHandler: function): this
  • Parameters

    • event: "keepalive"
    • eventHandler: function
        • (lastKnownServerState: ServerState, count: number): void
        • Parameters

          Returns void

    Returns this

  • Parameters

    • event: "failure"
    • eventHandler: function
        • (): void
        • Returns void

    Returns this

Generated using TypeDoc