Method NakAsync
NakAsync(AckOpts?, CancellationToken)
Signals that the message will not be processed now and processing can move onto the next message.
public ValueTask NakAsync(AckOpts? opts = null, CancellationToken cancellationToken = default)
Parameters
optsAckOpts?Ack options including NakDelay.
cancellationTokenCancellationTokenA CancellationToken used to cancel the call.