Interface AsyncProjector
- All Superinterfaces:
AutoCloseable,Realized
A project where the inputs are disconnected from the outputs.
-
Method Summary
Modifier and TypeMethodDescriptiongetInput()Tuples come out of hereWrite tuples in to theSinkConstructorMethods inherited from interface nz.org.riskscape.engine.pipeline.Realized
close, getProducedType
-
Method Details
-
getOutput
SinkConstructor getOutput()Write tuples in to the
SinkConstructor -
getInput
TupleInput getInput()Tuples come out of here
-