Documentation ¶ Index ¶ func NewAMQPAdapter(client *cony.Client, consumer *cony.Consumer, handler DeliveryHandler, ...) kurin.Adapter type Adapter func (adapter *Adapter) Close() func (adapter *Adapter) OnFailure(err error) func (adapter *Adapter) Open() type DeliveryHandler Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewAMQPAdapter ¶ func NewAMQPAdapter(client *cony.Client, consumer *cony.Consumer, handler DeliveryHandler, logger kurin.Logger) kurin.Adapter Types ¶ type Adapter ¶ type Adapter struct { // contains filtered or unexported fields } func (*Adapter) Close ¶ func (adapter *Adapter) Close() func (*Adapter) OnFailure ¶ func (adapter *Adapter) OnFailure(err error) func (*Adapter) Open ¶ func (adapter *Adapter) Open() type DeliveryHandler ¶ type DeliveryHandler func(msg amqp.Delivery) Source Files ¶ View all Source files amqp.go Click to show internal directories. Click to hide internal directories.