Interface: ExchangeConfig
Defined in: packages/microservices/raptor/src/shared/queue-config.interfaces.ts:21
Properties
bindingKey
bindingKey:
string
Defined in: packages/microservices/raptor/src/shared/queue-config.interfaces.ts:29
The key that binds the exchange with the queue
durable
durable:
boolean
Defined in: packages/microservices/raptor/src/shared/queue-config.interfaces.ts:27
Whether the exchange should survive broker restarts
name
name:
string
Defined in: packages/microservices/raptor/src/shared/queue-config.interfaces.ts:23
Name of the exchange
routingKey
routingKey:
string
Defined in: packages/microservices/raptor/src/shared/queue-config.interfaces.ts:31
The key that binds the service with the exchange
type
type:
string
Defined in: packages/microservices/raptor/src/shared/queue-config.interfaces.ts:25
Type of exchange (e.g.: direct, fanout etc.)
