public static class Invocation.CompatibleInvocation extends Object implements Invocation
Invocation.CompatibleInvocation| 构造器和说明 |
|---|
CompatibleInvocation(org.apache.dubbo.rpc.Invocation invocation) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
get(Object key) |
Object[] |
getArguments() |
String |
getAttachment(String key) |
String |
getAttachment(String key,
String defaultValue) |
Map<String,String> |
getAttachments() |
Map<Object,Object> |
getAttributes() |
Invoker<?> |
getInvoker() |
String |
getMethodName() |
org.apache.dubbo.rpc.Invocation |
getOriginal() |
Class<?>[] |
getParameterTypes() |
String |
getProtocolServiceKey() |
String |
getTargetServiceUniqueName() |
Object |
put(Object key,
Object value) |
getObjectAttachment, getObjectAttachment, getObjectAttachments, getServiceName, setAttachment, setAttachment, setAttachmentIfAbsent, setAttachmentIfAbsent, setObjectAttachment, setObjectAttachmentIfAbsentpublic CompatibleInvocation(org.apache.dubbo.rpc.Invocation invocation)
public String getTargetServiceUniqueName()
getTargetServiceUniqueName 在接口中 org.apache.dubbo.rpc.Invocationpublic String getProtocolServiceKey()
getProtocolServiceKey 在接口中 org.apache.dubbo.rpc.Invocationpublic String getMethodName()
getMethodName 在接口中 org.apache.dubbo.rpc.Invocationpublic Class<?>[] getParameterTypes()
getParameterTypes 在接口中 org.apache.dubbo.rpc.Invocationpublic Object[] getArguments()
getArguments 在接口中 org.apache.dubbo.rpc.Invocationpublic Map<String,String> getAttachments()
getAttachments 在接口中 org.apache.dubbo.rpc.Invocationpublic String getAttachment(String key)
getAttachment 在接口中 org.apache.dubbo.rpc.Invocationpublic String getAttachment(String key, String defaultValue)
getAttachment 在接口中 org.apache.dubbo.rpc.Invocationpublic Invoker<?> getInvoker()
getInvoker 在接口中 org.apache.dubbo.rpc.Invocationpublic Map<Object,Object> getAttributes()
getAttributes 在接口中 org.apache.dubbo.rpc.Invocationpublic org.apache.dubbo.rpc.Invocation getOriginal()
Copyright © 2011–2023 The Apache Software Foundation. All rights reserved.