@FunctionalInterface
public interface ExceptionHandler
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
ExceptionHandler.LoggerExceptionHandler |
| 限定符和类型 | 字段和说明 |
|---|---|
static ExceptionHandler |
LOGGER |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handle(Subscriber subscriber,
Message message,
java.lang.Throwable exception) |
static final ExceptionHandler LOGGER
void handle(Subscriber subscriber, Message message, java.lang.Throwable exception)