com.espertech.esper.client.dataflow.io
Interface DataInputToObjectCollector

All Known Implementing Classes:
DataInputToObjectCollectorSerializable

public interface DataInputToObjectCollector

Collects an object from DataInput and emits the object to an emitter.


Method Summary
 void collect(DataInputToObjectCollectorContext context)
          Reads provided DataInput and emits an object using the provided emitter.
 

Method Detail

collect

void collect(DataInputToObjectCollectorContext context)
             throws java.io.IOException
Reads provided DataInput and emits an object using the provided emitter.

Parameters:
context - contains input and emitter
Throws:
java.io.IOException - when the read operation cannot be completed

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com