haredo

    Interface HaredoConsumer

    interface HaredoConsumer {
        cancel(): Promise<void>;
    }
    Index

    Methods

    Methods

    • Cancel the consumer. This will stop the consumer from receiving any more messages. After last message has been processed the promise will resolve.

      Returns Promise<void>

    MMNEPVFCICPMFPCPTTAAATR