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