protected boolean processDataEventsBatch(DispatcherState curState)
{
DbusPrettyLogUtils.logExceptionAtDebug("Flushing batched events",null,_log);
ConsumerCallbackResult callbackResult = getAsyncCallback().flushCallQueue(-1);
boolean success = ConsumerCallbackResult.isSuccess(callbackResult);
if (! success)
{
_log.error("Error dispatching events, the consumer callback returned an error");
}