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

All Known Implementing Classes:
ObjectToDataOutputCollectorSerializable

public interface ObjectToDataOutputCollector

Receives an object and writes to DataOutput.


Method Summary
 void collect(ObjectToDataOutputCollectorContext context)
          Write the received object to DataOutput.
 

Method Detail

collect

void collect(ObjectToDataOutputCollectorContext context)
             throws java.io.IOException
Write the received object to DataOutput.

Parameters:
context - the object and output
Throws:
java.io.IOException - when the write operation failed

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