@qualithm/mqtt-wire - v0.1.5
    Preparing search index...

    Type Alias SharedSubscription

    Parsed shared subscription.

    type SharedSubscription = {
        shareGroup: string;
        topicFilter: string;
    }
    Index

    Properties

    shareGroup: string

    The share group name

    topicFilter: string

    The underlying topic filter (after $share/{group}/)