public interface OutputCallback
Modifier and Type | Method and Description |
---|---|
void |
continueOutputProcessing(boolean doOutput,
boolean forceUpdate)
Invoked to perform output processing.
|
void continueOutputProcessing(boolean doOutput, boolean forceUpdate)
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