Interface IReliableSubjectFactory<TInput, TOutput, TArgs>
Namespace: Reaqtor.Reliable
Assembly: Reaqtor.Reliable.Model.dll
Syntax
public interface IReliableSubjectFactory<TInput, TOutput, TArgs>
Type Parameters
| Name | Description |
|---|---|
| TInput | |
| TOutput | |
| TArgs |
Methods
Create(TArgs)
Declaration
IReliableMultiSubject<TInput, TOutput> Create(TArgs argument)
Parameters
| Type | Name | Description |
|---|---|---|
| TArgs | argument |
Returns
| Type | Description |
|---|---|
| IReliableMultiSubject<TInput, TOutput> |