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