Table of Contents

Property StopOnEmptyMsg

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

StopOnEmptyMsg

If true, end the subscription upon receiving an empty message. The empty message will not be delivered to the subscription.

public bool? StopOnEmptyMsg { get; init; }

Property Value

bool?

Remarks

If not set, all published messages will be received until explicitly unsubscribed or disposed.