public interface Invoker<Input,Output,Context,Exception extends AnalyzedException>
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addException(Exception exception) |
Context |
getContext() |
List<Exception> |
getExceptions() |
Input |
getInput() |
Exception |
getLastException() |
Output |
invoke() |
void |
setContext(Context context) |
void |
setInput(Input input) |
Copyright © 2024. All rights reserved.