Interface IReliableQubjectFactory<TInput, TOutput>
Inherited Members
Namespace: Reaqtor.Reliable.Expressions
Assembly: Reaqtor.Reliable.Model.dll
Syntax
public interface IReliableQubjectFactory<TInput, TOutput> : IReliableReactiveSubjectFactory<TInput, TOutput>, IReliableReactiveExpressible, IExpressible
Type Parameters
Name | Description |
---|---|
TInput | |
TOutput |
Methods
Create(Uri, Object)
Declaration
IReliableMultiQubject<TInput, TOutput> Create(Uri streamUri, object state = null)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | streamUri | |
System.Object | state |
Returns
Type | Description |
---|---|
IReliableMultiQubject<TInput, TOutput> |