Method GetBoundedChannelOpts
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
NatsSubChannelOptsThe options for configuring the subscription channel.
Returns
- BoundedChannelOptions
The bounded channel options used for creating the subscription channel.