Table of Contents

Method NakAsync

Namespace
NATS.Client.JetStream
Assembly
NATS.Client.JetStream.dll

NakAsync(AckOpts?, CancellationToken)

Signals that the message will not be processed now and processing can move onto the next message.

ValueTask NakAsync(AckOpts? opts = null, CancellationToken cancellationToken = default)

Parameters

opts AckOpts?

Ack options including NakDelay.

cancellationToken CancellationToken

A CancellationToken used to cancel the call.

Returns

ValueTask

A ValueTask representing the async call.