public interface PipeExceptionHolder<IN,OUT>
PipeLayer,
PipeHandler| 限定符和类型 | 方法和说明 |
|---|---|
void |
clear()
clear the exception state and continue piple execution
You can clear the exception flag with the
clear() method, and piple execution will continue normally
... -> doLayer -> doError -> doError(invoker clear) -> doLayer -> ... |
PipeSndQueue<OUT> |
dst() |
PipeRcvQueue<IN> |
src() |
void clear()
You can clear the exception flag with the clear() method, and piple execution will continue normally
... -> doLayer -> doError -> doError(invoker clear) -> doLayer -> ...
PipeRcvQueue<IN> src()
PipeSndQueue<OUT> dst()
Copyright © 2022–2024. All rights reserved.