Package com.espertech.esper.common.client.dataflow.io
package com.espertech.esper.common.client.dataflow.io
Client API for data flow io handlers.
-
ClassDescriptionCollects an object from
DataInput
and emits the object to an emitter.Context for use withDataInputToObjectCollector
carries data input and emitter.Reads aSerializable
fromDataInput
and emits the resulting object.Receives an object and writes toDataOutput
.Context for use withObjectToDataOutputCollector
carries object and data output.Writes aSerializable
object toDataOutput
.