@FunctionalInterface public interface ExceptionHandler
Customize business processing after encountering exceptions
| 限定符和类型 | 方法和说明 |
|---|---|
void |
handleException(Exception exception,
Object target)
Handle exceptions encountered when reading pipeline messages
|
Copyright © 2020. All rights reserved.