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