Interface for Publish Acknowledgment

interface NatsPubAck {
    duplicate: boolean;
    seq: number;
    stream: string;
    exec(): Promise<any>;
}

Hierarchy (view full)

Properties

Methods

Properties

duplicate: boolean
seq: number
stream: string

Methods