Class RabbitTemplate.ConfirmListener
Inheritance
System.Object
RabbitTemplate.ConfirmListener
Namespace: Steeltoe.Messaging.RabbitMQ.Core
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
protected class ConfirmListener : object
Constructors
| Edit this page View SourceConfirmListener(Action<Object, BasicAckEventArgs>, Action<Object, BasicNackEventArgs>, RabbitMQ.Client.IModel)
Declaration
public ConfirmListener(Action<object, BasicAckEventArgs> acks, Action<object, BasicNackEventArgs> nacks, RabbitMQ.Client.IModel channel)
Parameters
Type | Name | Description |
---|---|---|
Action<System.Object, BasicAckEventArgs> | acks | |
Action<System.Object, BasicNackEventArgs> | nacks | |
RabbitMQ.Client.IModel | channel |
Methods
| Edit this page View SourceRemove()
Declaration
public virtual void Remove()