public interface EventProcessor
| Modifier and Type | Method and Description | 
|---|---|
void | 
process(Log eventLog)  | 
void | 
process(Log eventLog,
       boolean synchronous)  | 
void process(Log eventLog) throws EventProcessorException
EventProcessorExceptionvoid process(Log eventLog, boolean synchronous) throws EventProcessorException
EventProcessorExceptionCopyright © 2020. All rights reserved.