Interface IOperatorStateReaderFactory
Represents a factory for operator state readers.
Namespace: Reaqtive
Assembly: Reaqtive.Interfaces.dll
Syntax
public interface IOperatorStateReaderFactory : IDisposable
Methods
Create(IStatefulOperator)
Creates a new operator state reader for the specified operator.
Declaration
IOperatorStateReader Create(IStatefulOperator node)
Parameters
| Type | Name | Description |
|---|---|---|
| IStatefulOperator | node | Operator whose state will be read by the created reader. |
Returns
| Type | Description |
|---|---|
| IOperatorStateReader | Operator state reader for the specified operator. |