Interface IAsyncReactiveSubscriptionProcess
Interface representing a subscription in a reactive processing service.
Inherited Members
Namespace: Reaqtor.Metadata
Assembly: Reaqtor.Metadata.Model.dll
Syntax
public interface IAsyncReactiveSubscriptionProcess : IAsyncReactiveProcessResource, IAsyncReactiveResource, IKnownResource, IExpressible, IAsyncDisposable
Methods
ToSubscription()
Gets a subscription object that can be used to interact with the active subscription.
Declaration
IAsyncReactiveQubscription ToSubscription()
Returns
Type | Description |
---|---|
IAsyncReactiveQubscription | Subscription object to interact with the subscription. |
Remarks
Implementation of this method requires access to a client library that can communicate with the reactive processing service (beyond the metadata layer). An implementation is allowed to discover a communication mechanism on the fly rather than relying on any particular client library. This allows dynamic discovery of subscriptions and their use, e.g. in federation and delegation scenarios.