Table of Contents

Interface INatsSubscriptionManager

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

Subscription manager interface.

public interface INatsSubscriptionManager

Remarks

This interface is used to manage subscriptions. However, it is not intended to be used directly. You can implement this interface if you are using low-level APIs and implement your own subscription manager.

Methods

RemoveAsync(NatsSubBase)

Remove a subscription.