@InterfaceAudience.Private class DisruptorExceptionHandler extends Object implements com.lmax.disruptor.ExceptionHandler<RingBufferEnvelope>
| Modifier and Type | Field and Description |
|---|---|
private static org.slf4j.Logger |
LOG |
| Constructor and Description |
|---|
DisruptorExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEventException(Throwable e,
long sequence,
RingBufferEnvelope event) |
void |
handleOnShutdownException(Throwable e) |
void |
handleOnStartException(Throwable e) |
private static final org.slf4j.Logger LOG
DisruptorExceptionHandler()
public void handleEventException(Throwable e, long sequence, RingBufferEnvelope event)
handleEventException in interface com.lmax.disruptor.ExceptionHandler<RingBufferEnvelope>public void handleOnStartException(Throwable e)
handleOnStartException in interface com.lmax.disruptor.ExceptionHandler<RingBufferEnvelope>public void handleOnShutdownException(Throwable e)
handleOnShutdownException in interface com.lmax.disruptor.ExceptionHandler<RingBufferEnvelope>Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.