Interface RabbitTemplate.IConfirmCallback
[Obsolete("This feature will be removed in the next major version. See https://steeltoe.io/docs/v3/obsolete for details.")]
public interface RabbitTemplate.IConfirmCallback
Methods
Confirm(CorrelationData, bool, string)
void Confirm(CorrelationData correlationData, bool ack, string cause)
Parameters
correlationData
CorrelationDataack
boolcause
string