Class AsyncDisruptorAppender.LogEventFactory<Event>

java.lang.Object
net.logstash.logback.appender.AsyncDisruptorAppender.LogEventFactory<Event>
All Implemented Interfaces:
com.lmax.disruptor.EventFactory<AsyncDisruptorAppender.LogEvent<Event>>
Enclosing class:
AsyncDisruptorAppender<Event extends DeferredProcessingAware,Listener extends AppenderListener<Event>>

protected static class AsyncDisruptorAppender.LogEventFactory<Event> extends Object implements com.lmax.disruptor.EventFactory<AsyncDisruptorAppender.LogEvent<Event>>
Factory for creating the initial AsyncDisruptorAppender.LogEvents to populate the RingBuffer.
  • Constructor Details

    • LogEventFactory

      protected LogEventFactory()
  • Method Details