Interface INatsSubscriptionManager
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.