bunqueue v2.8 API referenceall versions · guide
bunqueue
    Preparing search index...

    Interface FlowProducerOptions

    FlowProducer options

    interface FlowProducerOptions {
        connection?: ConnectionOptions;
        embedded?: boolean;
    }
    Index
    connection?: ConnectionOptions

    TCP connection options

    embedded?: boolean

    Use embedded mode (no server)