Interface MessageSubscriptionTopics

State of message topic subscription.

interface MessageSubscriptionTopics {
    topics(options?): MaybePromise<Iterable<string>>;
}

Hierarchy

Implemented by

    Methods

    Methods

    Generated using TypeDoc