java.lang.Object
org.mule.extension.jsonlogger.internal.destinations.events.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>