public final class LogExceptionHandler<T> extends Object implements com.lmax.disruptor.ExceptionHandler<T>
| 限定符和类型 | 类和说明 |
|---|---|
static interface |
LogExceptionHandler.OnEventException<T> |
| 构造器和说明 |
|---|
LogExceptionHandler(String name) |
LogExceptionHandler(String name,
LogExceptionHandler.OnEventException<T> onEventException) |
public LogExceptionHandler(String name)
public LogExceptionHandler(String name, LogExceptionHandler.OnEventException<T> onEventException)
public void handleOnStartException(Throwable ex)
handleOnStartException 在接口中 com.lmax.disruptor.ExceptionHandler<T>public void handleOnShutdownException(Throwable ex)
handleOnShutdownException 在接口中 com.lmax.disruptor.ExceptionHandler<T>Copyright © 2021. All rights reserved.