Interface OutputCallback
public interface OutputCallback
A wrapper for the callback from the output limit condition to the output handler.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
continueOutputProcessing
(boolean doOutput, boolean forceUpdate) Invoked to perform output processing.
-
Method Details
-
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 processedforceUpdate
- - true if output should be made even when no updating events have arrived
-