| 接口 | 说明 |
|---|---|
| Handler |
Intercepts handle some business logic
|
| Listener |
Interface to listen for processing results
|
| NotRepeatExecutor |
There are multiple interceptors that execute only one of them when fired once.If you want to control which one to
execute please use
Order |
| Order |
Implement this interface when sorting
|
| WriteHandler | 已过时
please use
WriteHandler |
| 类 | 说明 |
|---|---|
| AbstractIgnoreExceptionReadListener<T> |
Receives the return of each piece of data parsed
|
| AnalysisEventListener<T> |
Receives the return of each piece of data parsed
|
| SyncReadListener |
Synchronous data reading
|