static class FSHLog.RingBufferExceptionHandler extends Object implements com.lmax.disruptor.ExceptionHandler<RingBufferTruck>
| Constructor and Description |
|---|
RingBufferExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEventException(Throwable ex,
long sequence,
RingBufferTruck event) |
void |
handleOnShutdownException(Throwable ex) |
void |
handleOnStartException(Throwable ex) |
RingBufferExceptionHandler()
public void handleEventException(Throwable ex, long sequence, RingBufferTruck event)
handleEventException in interface com.lmax.disruptor.ExceptionHandler<RingBufferTruck>public void handleOnStartException(Throwable ex)
handleOnStartException in interface com.lmax.disruptor.ExceptionHandler<RingBufferTruck>public void handleOnShutdownException(Throwable ex)
handleOnShutdownException in interface com.lmax.disruptor.ExceptionHandler<RingBufferTruck>Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.