Interface IReactiveServiceProvider<TExpression>
Interface for a full-blown reactive processing service.
Inherited Members
Namespace: Reaqtor
Assembly: Reaqtor.Service.Contracts.dll
Syntax
public interface IReactiveServiceProvider<TExpression> : IReactiveClientServiceProvider<TExpression>, IReactiveDefinitionServiceProvider<TExpression>, IReactiveMetadataServiceProvider
Type Parameters
Name | Description |
---|---|
TExpression | Type used for expression tree representation. |