protected static class AsyncDisruptorAppender.LogEventTranslator<Event> extends Object implements com.lmax.disruptor.EventTranslatorOneArg<AsyncDisruptorAppender.LogEvent<Event>,Event>
AsyncDisruptorAppender.LogEvent.event to the logback Event.
Used when publishing events to the RingBuffer.| Modifier | Constructor and Description |
|---|---|
protected |
LogEventTranslator() |
| Modifier and Type | Method and Description |
|---|---|
void |
translateTo(AsyncDisruptorAppender.LogEvent<Event> logEvent,
long sequence,
Event event) |
public void translateTo(AsyncDisruptorAppender.LogEvent<Event> logEvent, long sequence, Event event)
translateTo in interface com.lmax.disruptor.EventTranslatorOneArg<AsyncDisruptorAppender.LogEvent<Event>,Event>Copyright © 2013–2022. All rights reserved.