Class DataInputToObjectCollectorContext

java.lang.Object
com.espertech.esper.common.client.dataflow.io.DataInputToObjectCollectorContext

public class DataInputToObjectCollectorContext extends Object
Context for use with DataInputToObjectCollector carries data input and 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

      public DataInput getDataInput()
      Returns the data input.
      Returns:
      data input
    • setDataInput

      public void setDataInput(DataInput dataInput)
      Sets the data input.
      Parameters:
      dataInput - data input