Documentation
    Preparing search index...

    Interface OutboxQueryStream

    Handle for a bounded streaming query and its compatibility aggregation.

    interface OutboxQueryStream {
        result: Promise<OutboxResult>;
        close(): void;
    }
    Index

    Properties

    Methods

    Properties

    result: Promise<OutboxResult>

    Aggregated result, settled on all-relay EOSE or the overall deadline.

    Methods