JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.power4j.fist.boot.common.op.bus
Interface ErrorHandler<T>
public interface
ErrorHandler<T>
Since:
1.0
Author:
CJ (power4j@outlook.com)
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
onError
(
Throwable
error,
T
context)
错误回调
Method Details
onError
void
onError
(
Throwable
error,
T
context)
错误回调
Parameters:
error
- 异常
context
- 上下文