@lppedd/message-bus - v0.9.1
    Preparing search index...

    Interface Subscription

    Represents an active subscription to a Topic.

    interface Subscription {
        dispose(): void;
    }

    Hierarchy (View Summary)

    Index

    Methods

    Methods

    • Disposes the subscription, unsubscribing from the topic.

      After disposal, the subscription will no longer receive messages.

      Returns void