edgeport - v1.0.3
    Preparing search index...

    Interface FetchOptions

    Options for PullConsumer.fetch.

    1.0.0

    interface FetchOptions {
        expiresMs?: number;
    }
    Index
    expiresMs?: number

    How long the server holds the pull request open waiting for messages, in milliseconds; defaults to 1000ms. The fetch returns early once batch messages arrive.