interface AsyncQueryBusBaseConfig {
    intersect?: AsyncQueryBusIntersectConfig;
    pollFrequency?: number;
    stateStore?: SearchableStorage;
}

Hierarchy (View Summary)

Properties

pollFrequency?: number

How often to poll for new queries/responses

stateStore?: SearchableStorage

Where the archivist should persist its internal state