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 void
onBatchStart
(long arg0, long arg1) void
default void
default void
onStart()
default void
onTimeout
(long arg0) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.lmax.disruptor.EventHandler
setSequenceCallback
-
Constructor Details
-
LogEventHandler
public LogEventHandler()
-
-
Method Details