Table of Contents

Class NatsJSExtensions

Namespace
NATS.Client.JetStream
Assembly
NATS.Client.JetStream.dll
public static class NatsJSExtensions
Inheritance
NatsJSExtensions
Inherited Members

Methods

AckTerminateAsync<T>(INatsJSMsg<T>, string, CancellationToken)
EnsureSuccess(PubAckResponse)

Make sure acknowledgment was successful and throw an exception otherwise.

IsSuccess(PubAckResponse)

Checks if there are no errors and message is not a duplicate.

NakAsync<T>(INatsJSMsg<T>, TimeSpan, CancellationToken)