Interface IReactiveSubscriptionProcess
Interface representing a subscription in a reactive processing service.
Inherited Members
Namespace: Reaqtor.Metadata
Assembly: Reaqtor.Metadata.Model.dll
Syntax
public interface IReactiveSubscriptionProcess : IReactiveProcessResource, IReactiveResource, IKnownResource, IExpressible, IDisposable
Methods
ToSubscription()
Gets a subscription object that can be used to interact with the active subscription.
Declaration
IReactiveQubscription ToSubscription()
Returns
Type | Description |
---|---|
IReactiveQubscription | 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.