Interface Republish

interface Republish {
    dest: string;
    headers_only?: boolean;
    src: string;
}

Properties

dest: string

The destination to publish to

headers_only?: boolean

Only send message headers, no bodies

src: string

The source subject to republish