Class ObjectToDataOutputCollectorContext
java.lang.Object
com.espertech.esper.common.client.dataflow.io.ObjectToDataOutputCollectorContext
Context for use with
ObjectToDataOutputCollector
carries object and data output.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the data outputgetEvent()
Returns the event object.void
setDataOutput
(DataOutput dataOutput) Sets the data outputvoid
Sets the event object.
-
Constructor Details
-
ObjectToDataOutputCollectorContext
public ObjectToDataOutputCollectorContext()
-
-
Method Details
-
getDataOutput
Returns the data output- Returns:
- data output
-
setDataOutput
Sets the data output- Parameters:
dataOutput
- data output
-
getEvent
Returns the event object.- Returns:
- event object
-
setEvent
Sets the event object.- Parameters:
event
- event object
-