Package net.logstash.logback.appender
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.LogEvent
s to populate
the RingBuffer
.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LogEventFactory
protected LogEventFactory()
-
-
Method Details
-
newInstance
- Specified by:
newInstance
in interfacecom.lmax.disruptor.EventFactory<Event>
-