Module amqpr_api::exchange::declare [] [src]

Structs

DeclareExchangeOption
ExchangeDeclaredWait

Enums

ExchangeType

Functions

declare_exchange_wait

Declare exchange synchronously. That means we will wait to receive Declare-Ok method after send Declare method. If you want not to wait receiving, you should use declare_exchange instead. This function ignore "is_no_wait" flag of option.