Class LogEventFactory

java.lang.Object
com.bytedesk.core.action.disruptor.LogEventFactory
All Implemented Interfaces:
com.lmax.disruptor.EventFactory<LogEvent>

public class LogEventFactory extends Object implements com.lmax.disruptor.EventFactory<LogEvent>
  • Constructor Details

    • LogEventFactory

      public LogEventFactory()
  • Method Details

    • newInstance

      public LogEvent newInstance()
      Specified by:
      newInstance in interface com.lmax.disruptor.EventFactory<LogEvent>