Name

SubscriptionStatusEvent

Hierarchy

  • SubscriptionStatusEvent

Constructors

Methods

  • Returns any fields associated with the status event.

    The fields may contain metadata related to the event, the known keys are "code" and "status".

    Returns {
        [key: string]: string;
    }

    the fields

    • [key: string]: string
  • Returns the new status message of the subject of the subscription.

    Returns string

    The new status message.

  • Returns the subject of the subscription to which the event relates.

    Returns string

    The subject.

Generated using TypeDoc