public final class LogExceptionHandler<T> extends Object implements com.lmax.disruptor.ExceptionHandler<T>
| Modifier and Type | Class and Description |
|---|---|
static interface |
LogExceptionHandler.OnEventException<T> |
| Constructor and Description |
|---|
LogExceptionHandler(String name) |
LogExceptionHandler(String name,
LogExceptionHandler.OnEventException<T> onEventException) |
| Modifier and Type | Method and Description |
|---|---|
void |
handleEventException(Throwable ex,
long sequence,
T event) |
void |
handleOnShutdownException(Throwable ex) |
void |
handleOnStartException(Throwable ex) |
public LogExceptionHandler(String name)
public LogExceptionHandler(String name, LogExceptionHandler.OnEventException<T> onEventException)
public void handleOnStartException(Throwable ex)
handleOnStartException in interface com.lmax.disruptor.ExceptionHandler<T>public void handleOnShutdownException(Throwable ex)
handleOnShutdownException in interface com.lmax.disruptor.ExceptionHandler<T>Copyright © 2024. All rights reserved.