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.com.espertech.esper.common.internal.epl.dataflow.interfaces.EPDataFlowEmitter
Returns the emitter.void
setDataInput
(DataInput dataInput) Sets the data input.void
setEmitter
(com.espertech.esper.common.internal.epl.dataflow.interfaces.EPDataFlowEmitter emitter) Sets the emitter
-
Constructor Details
-
DataInputToObjectCollectorContext
public DataInputToObjectCollectorContext()
-
-
Method Details
-
getEmitter
public com.espertech.esper.common.internal.epl.dataflow.interfaces.EPDataFlowEmitter getEmitter()Returns the emitter.- Returns:
- emitter
-
setEmitter
public void setEmitter(com.espertech.esper.common.internal.epl.dataflow.interfaces.EPDataFlowEmitter emitter) Sets the emitter- Parameters:
emitter
- emitter
-
getDataInput
Returns the data input.- Returns:
- data input
-
setDataInput
Sets the data input.- Parameters:
dataInput
- data input
-