Interface IReliableReactiveSubjectFactory<TInput, TOutput>
Namespace: Reaqtor.Reliable.Client
Assembly: Reaqtor.Reliable.Model.dll
Syntax
public interface IReliableReactiveSubjectFactory<TInput, TOutput>
Type Parameters
Name | Description |
---|---|
TInput | |
TOutput |
Methods
Create(Uri, Object)
Declaration
IReliableReactiveMultiSubject<TInput, TOutput> Create(Uri uri, object state = null)
Parameters
Type | Name | Description |
---|---|---|
System.Uri | uri | |
System.Object | state |
Returns
Type | Description |
---|---|
IReliableReactiveMultiSubject<TInput, TOutput> |