public interface InvokeContext
| 限定符和类型 | 方法和说明 |
|---|---|
Object[] |
getArguments() |
String |
getAttachment(String key) |
String |
getAttachment(String key,
String defaultValue) |
Map<String,String> |
getAttachments() |
Invoker<?> |
getInvoker() |
String |
getMethodName() |
Class<?>[] |
getParameterTypes() |
void |
setInvoker(Invoker<?> invoker) |
Copyright © 2020. All Rights Reserved.