Table of Contents

Class NatsSubChannelOpts

Namespace
NATS.Client.Core
Assembly
NATS.Client.Core.dll

Options For setting the FullMode and Capacity for a the Channel created for Subscriptions

public record NatsSubChannelOpts : IEquatable<NatsSubChannelOpts>
Inheritance
NatsSubChannelOpts
Implements
Inherited Members

Properties

Capacity

The Maximum Capacity for the channel. If not specified, a default of 1000 is used.

FullMode

The Behavior of the Subscription's Channel when the Capacity has been reached. By default, the behavior is Wait