public class JournallingMessageHandler extends Object implements com.lmax.disruptor.EventHandler<RawMessageEvent>
| Constructor and Description |
|---|
JournallingMessageHandler(com.codahale.metrics.MetricRegistry metrics,
Journal journal,
Semaphore journalFilled) |
| Modifier and Type | Method and Description |
|---|---|
void |
onEvent(RawMessageEvent event,
long sequence,
boolean endOfBatch) |
public void onEvent(RawMessageEvent event, long sequence, boolean endOfBatch) throws Exception
onEvent in interface com.lmax.disruptor.EventHandler<RawMessageEvent>ExceptionCopyright © 2012-2016 Graylog, Inc.. All Rights Reserved.