@adapt-arch/utiliti-es
    Preparing search index...

    Type Alias PubSubPluginContext

    The context for a PubSubPlugin action.

    type PubSubPluginContext = {
        message?: MessageData;
        topic?: string;
    }
    Index

    Properties

    Properties

    message?: MessageData

    The message data.

    topic?: string

    The topic of the message.