Class LogEventHandler
java.lang.Object
com.bytedesk.core.action.disruptor.LogEventHandler
- All Implemented Interfaces:
com.lmax.disruptor.EventHandler<LogEvent>,com.lmax.disruptor.EventHandlerIdentity
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondefault voidonBatchStart(long arg0, long arg1) voiddefault voiddefault voidonStart()default voidonTimeout(long arg0) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.lmax.disruptor.EventHandler
setSequenceCallback
-
Constructor Details
-
LogEventHandler
public LogEventHandler()
-
-
Method Details