public interface Invocation
| 限定符和类型 | 方法和说明 |
|---|---|
Object[] |
getArguments()
get arguments.
|
String |
getAttachment(String key)
get attachment by key.
|
String |
getAttachment(String key,
String defaultValue)
get attachment by key with default value.
|
Map<String,String> |
getAttachments()
get attachments.
|
Invoker<?> |
getInvoker()
get the invoker in current context.
|
String |
getMethodName()
get method name.
|
Class<?>[] |
getParameterTypes()
get parameter types.
|
String getMethodName()
Class<?>[] getParameterTypes()
Object[] getArguments()
String getAttachment(String key, String defaultValue)
Invoker<?> getInvoker()
Copyright © 2011–2018 The Apache Software Foundation. All rights reserved.