Interface IMessageProcessorOutput
public interface IMessageProcessorOutput
Properties
Ack
bool Ack { get; }
Property Value
Exception
Exception Exception { get; }
Property Value
Nack
bool Nack { get; }
Property Value
Requeue
bool Requeue { get; }