Stone.js API
    Preparing search index...

    Options for the @EventBus decorator: a single cloud connection (the driver is required), plus the default emit targets.

    interface EventBusOptions {
        driver: EventBusDriver;
        name?: string;
        targets?: string[];
        [key: string]: unknown;
    }

    Hierarchy

    Indexable

    • [key: string]: unknown
    Index

    Which driver backs this connection.

    name?: string

    The connection name, used as a target and to resolve it.

    targets?: string[]

    The default emit targets (defaults to ['local', <driver>]).