@Deprecated public interface Invocation extends Invocation
| Modifier and Type | Interface and Description |
|---|---|
static class |
Invocation.CompatibleInvocation
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default Object |
get(Object key)
Deprecated.
|
default String |
getAttachment(String key,
String defaultValue)
Deprecated.
get attachment by key with default value.
|
default Map<Object,Object> |
getAttributes()
Deprecated.
|
Invoker<?> |
getInvoker()
Deprecated.
get the invoker in current context.
|
default Object |
getObjectAttachment(String key)
Deprecated.
|
default Object |
getObjectAttachment(String key,
Object defaultValue)
Deprecated.
|
default Map<String,Object> |
getObjectAttachments()
Deprecated.
|
default Invocation |
getOriginal()
Deprecated.
|
default String |
getServiceName()
Deprecated.
get the interface name
|
default String |
getTargetServiceUniqueName()
Deprecated.
|
default Object |
put(Object key,
Object value)
Deprecated.
|
default void |
setAttachment(String key,
Object value)
Deprecated.
|
default void |
setAttachment(String key,
String value)
Deprecated.
|
default void |
setAttachmentIfAbsent(String key,
Object value)
Deprecated.
|
default void |
setAttachmentIfAbsent(String key,
String value)
Deprecated.
|
default void |
setObjectAttachment(String key,
Object value)
Deprecated.
|
default void |
setObjectAttachmentIfAbsent(String key,
Object value)
Deprecated.
|
getArguments, getAttachment, getAttachments, getCompatibleParamSignatures, getMethodName, getParameterTypesInvoker<?> getInvoker()
InvocationgetInvoker in interface Invocationdefault Invocation getOriginal()
default void setAttachment(String key, String value)
setAttachment in interface Invocationdefault void setAttachmentIfAbsent(String key, String value)
setAttachmentIfAbsent in interface Invocationdefault void setObjectAttachmentIfAbsent(String key, Object value)
setObjectAttachmentIfAbsent in interface Invocationdefault void setObjectAttachment(String key, Object value)
setObjectAttachment in interface Invocationdefault void setAttachment(String key, Object value)
setAttachment in interface Invocationdefault void setAttachmentIfAbsent(String key, Object value)
setAttachmentIfAbsent in interface Invocationdefault String getServiceName()
InvocationgetServiceName in interface Invocationdefault String getTargetServiceUniqueName()
getTargetServiceUniqueName in interface Invocationdefault String getAttachment(String key, String defaultValue)
InvocationgetAttachment in interface Invocationdefault Object put(Object key, Object value)
put in interface Invocationdefault Object get(Object key)
get in interface Invocationdefault Map<Object,Object> getAttributes()
getAttributes in interface Invocationdefault Map<String,Object> getObjectAttachments()
getObjectAttachments in interface Invocationdefault Object getObjectAttachment(String key)
getObjectAttachment in interface Invocationdefault Object getObjectAttachment(String key, Object defaultValue)
getObjectAttachment in interface InvocationCopyright © 2011–2020 The Apache Software Foundation. All rights reserved.