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

    Interface Subscription

    Represents an active subscription to a Topic.

    interface Subscription {
        dispose: () => void;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    dispose: () => void

    Disposes the subscription, unsubscribing from the topic.

    After disposal, the subscription will no longer receive messages.