interface ExchangeConfig {
    assert?: boolean;
    check?: boolean;
    name: string;
    type?: "direct" | "fanout" | "headers" | "topic";
}

Hierarchy (View Summary)

Properties

assert?: boolean
check?: boolean
name: string
type?: "direct" | "fanout" | "headers" | "topic"