Class DataInputToObjectCollectorContext
java.lang.Object
com.espertech.esper.common.client.dataflow.io.DataInputToObjectCollectorContext
Context for use with
DataInputToObjectCollector
carries data input and emitter.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the data input.Returns the emitter.void
setDataInput
(DataInput dataInput) Sets the data input.void
setEmitter
(EPDataFlowEmitter emitter) Sets the emitter
-
Constructor Details
-
DataInputToObjectCollectorContext
public DataInputToObjectCollectorContext()
-
-
Method Details
-
getEmitter
Returns the emitter.- Returns:
- emitter
-
setEmitter
Sets the emitter- Parameters:
emitter
- emitter
-
getDataInput
Returns the data input.- Returns:
- data input
-
setDataInput
Sets the data input.- Parameters:
dataInput
- data input
-