Uses of Interface
cloud.opencode.base.event.handler.EventExceptionHandler
Packages that use EventExceptionHandler
-
Uses of EventExceptionHandler in cloud.opencode.base.event
Methods in cloud.opencode.base.event with parameters of type EventExceptionHandlerModifier and TypeMethodDescriptionOpenEvent.Builder.exceptionHandler(EventExceptionHandler handler) Set the exception handler 设置异常处理器voidOpenEvent.setExceptionHandler(EventExceptionHandler handler) Set the exception handler 设置异常处理器 -
Uses of EventExceptionHandler in cloud.opencode.base.event.handler
Classes in cloud.opencode.base.event.handler that implement EventExceptionHandlerModifier and TypeClassDescriptionclassLogging Exception Handler 日志异常处理器classRetry Exception Handler 重试异常处理器