com.espertech.esper.epl.view
Interface OutputCallback


public interface OutputCallback

A wrapper for the callback from the output limit condition to the output handler.


Method Summary
 void continueOutputProcessing(boolean doOutput, boolean forceUpdate)
          Invoked to perform output processing.
 

Method Detail

continueOutputProcessing

void continueOutputProcessing(boolean doOutput,
                              boolean forceUpdate)
Invoked to perform output processing.

Parameters:
doOutput - - true if the batched events should actually be output as well as processed, false if they should just be processed
forceUpdate - - true if output should be made even when no updating events have arrived

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