Class | Description |
---|---|
CoGroupInput |
A stub actor that writes data into workflows for the CoGroup pattern.
|
CrossInput |
A stub actor that writes data into workflows for the Cross pattern.
|
MapInput |
A stub actor that writes data into workflows for the Map pattern.
|
MatchInput |
A stub actor that writes data into workflows for the Match pattern.
|
ReduceInput |
A stub actor that writes data into workflows for the Reduce pattern.
|
StubBaseActor |
A base class for DDP pattern actor stubs.
|
StubSinkActor |
A base class for DDP pattern actor stubs that read data from the workflow.
|
StubSourceActor |
A base class for DDP pattern actor stubs that write data to the workflow.
|