# Functions
New creates a new consumer instance.
NewFromConfig creates a new consumer instance.
Setup configures queues, exchanges and bindings in between according to the configuration.
# Interfaces
Channel describes the part of amqp.Channel required by this code base.
Config defines the interface to present configurations to the consumer.
Connection describes the part of amqp.Connection required by this code base.