Interface RabbitTemplate.IConfirmCallback
Namespace: Steeltoe.Messaging.RabbitMQ.Core
Assembly: Steeltoe.Messaging.RabbitMQ.dll
Syntax
public interface IConfirmCallback
Methods
| Edit this page View SourceConfirm(CorrelationData, Boolean, String)
Declaration
void Confirm(CorrelationData correlationData, bool ack, string cause)
Parameters
Type | Name | Description |
---|---|---|
CorrelationData | correlationData | |
System.Boolean | ack | |
System.String | cause |