Interface IAmqpConfig

Description

Amqp connection config.

interface IAmqpConfig {
    name: string;
    options?: AmqpConnectionManagerOptions;
    urls: ConnectionUrl | ConnectionUrl[];
}

Hierarchy

  • IConnectorConfig
    • IAmqpConfig

Properties

Properties

name: string