public interface Invocation
Invoker.invoke(Invocation),
RpcInvocation| Modifier and Type | Method and Description |
|---|---|
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–2020 The Apache Software Foundation. All rights reserved.