Stone.js API
    Preparing search index...

    Options for the ApiGatewayWsBroadcaster.

    interface ApiGatewayWsBroadcasterOptions {
        management?: ManagementClientFactory;
        name?: string;
        store?: ConnectionStore;
    }
    Index

    A factory that builds a management client for an endpoint (injectable in tests).

    name?: string

    A human-readable name.

    store?: ConnectionStore

    The connection store (defaults to a DynamoDB store).