Stone.js API
    Preparing search index...

    Options common to every connection, plus the driver selector.

    interface ConnectionOptions {
        driver: EventBusDriver;
        name: string;
        [key: string]: unknown;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: unknown

      Driver-specific options.

    Index

    Which driver backs this connection.

    name: string

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