haredo

    Interface FailureBackoff

    interface FailureBackoff {
        ack(): void;
        fail(error: Error): void;
        nack(requeue: boolean): void;
        pass(): void;
        take(): Promise<void>;
    }
    Index

    Methods

    MMNEPVFCICPMFPCPTTAAATR