Information about the subscription.

Export

Subscription

interface Subscription {
    destinationId: string;
    payloadVersion: string;
    processingDirective?: ProcessingDirective;
    subscriptionId: string;
}

Properties

destinationId: string

The identifier for the destination where notifications will be delivered.

Memberof

Subscription

payloadVersion: string

The version of the payload object to be used in the notification.

Memberof

Subscription

processingDirective?: ProcessingDirective

Memberof

Subscription

subscriptionId: string

The subscription identifier generated when the subscription is created.

Memberof

Subscription