Options
All
  • Public
  • Public/Protected
  • All
Menu

Class SubscriptionStatusEvent

name

SubscriptionStatusEvent

Hierarchy

  • SubscriptionStatusEvent

Index

Methods

getFields

  • getFields(): {}
  • 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 {}

    the fields

    • [key: string]: string

getStatus

getStatusMessage

  • getStatusMessage(): string
  • Returns the new status message of the subject of the subscription.

    Returns string

    The new status message.

getSubject

  • getSubject(): string
  • Returns the subject of the subscription to which the event relates.

    Returns string

    The subject.

Generated using TypeDoc