Table of Contents

Method GetBoundedChannelOpts

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

GetBoundedChannelOpts(NatsSubChannelOpts?)

Retrieves the bounded channel options for creating a channel used by a subscription. Options are built from the connection's configuration and the subscription channel options. Used to aid in custom message handling when building a subscription channel.

public BoundedChannelOptions GetBoundedChannelOpts(NatsSubChannelOpts? subChannelOpts)

Parameters

subChannelOpts NatsSubChannelOpts

The options for configuring the subscription channel.

Returns

BoundedChannelOptions

The bounded channel options used for creating the subscription channel.