接口 Invocation
-
- 所有已知子接口:
Invocation
public interface InvocationInvocation. (API, Prototype, NonThreadSafe)
-
-
方法概要
-
-
-
方法详细资料
-
getTargetServiceUniqueName
String getTargetServiceUniqueName()
-
getProtocolServiceKey
String getProtocolServiceKey()
-
getMethodName
String getMethodName()
get method name.- 返回:
- method name.
-
getServiceName
String getServiceName()
get the interface name- 返回:
-
getParameterTypes
Class<?>[] getParameterTypes()
get parameter types.- 返回:
- parameter types.
-
getCompatibleParamSignatures
default String[] getCompatibleParamSignatures()
get parameter's signature, string representation of parameter types.- 返回:
- parameter's signature
-
getArguments
Object[] getArguments()
get arguments.- 返回:
- arguments.
-
getAttachment
String getAttachment(String key, String defaultValue)
get attachment by key with default value.- 返回:
- attachment value.
-
getInvoker
Invoker<?> getInvoker()
get the invoker in current context.- 返回:
- invoker.
-
-