Table of Contents

Class NatsPubOpts

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll
public record NatsPubOpts : IEquatable<NatsPubOpts>
Inheritance
NatsPubOpts
Implements
Derived
Inherited Members

Properties

ErrorHandler

Obsolete callback historically used for handling serialization errors All errors are now thrown as exceptions in PublishAsync This option method will be removed in a future release

WaitUntilSent

Obsolete option historically used to control when PublishAsync returned No longer has any effect This option method will be removed in a future release