interface Publication {
    messageId: string;
    abort(): Promise<void>;
}

Properties

Methods

Properties

messageId: string

Methods