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