Amqpx.Exchange.direct
You're seeing just the function
direct
, go back to Amqpx.Exchange module for more information.
Link to this function
direct(channel, exchange, options \\ [])
Specs
direct(Amqpx.Channel.t(), Amqpx.Basic.exchange(), keyword()) :: :ok | Amqpx.Basic.error()
Convenience function to declare an Exchange of type direct
.
Options
This function takes the same options as declare/4
.