Interface IHostedOperatorContext
This is the context provided to each reactive operator after it is instantiated. Operators must interact with the environment only through this context to ensure that they can be properly hosted inside QueryEngines.
Namespace: Reaqtor.Reactive
Assembly: Reaqtor.QueryEngine.Interfaces.dll
Syntax
public interface IHostedOperatorContext : IOperatorContext
Properties
ReactiveService
The reactive service hosting the operator. Operators can use it to create new, or get a reference to an existing artifact (observable, observer, stream, subscription).
Declaration
IReactive ReactiveService { get; }
Property Value
Type | Description |
---|---|
IReactive |