Uses of Class
org.apache.dubbo.rpc.RpcContextAttachment
Packages that use RpcContextAttachment
-
Uses of RpcContextAttachment in org.apache.dubbo.rpc
Subclasses of RpcContextAttachment in org.apache.dubbo.rpcMethods in org.apache.dubbo.rpc that return RpcContextAttachmentModifier and TypeMethodDescriptionRpcContextAttachment.copyOf(boolean needCopy) Also seeRpcServiceContext.copyOf(boolean)RpcServerContextAttachment.copyOf(boolean needCopy) static RpcContextAttachmentRpcContext.getClientAttachment()get consumer side attachment ( A --> B , in A side)static RpcContextAttachmentRpcContext.getClientResponseContext()remove server side context.static RpcContextAttachmentRpcContext.getServerAttachment()get provider side attachment from consumer ( A --> B , in B side)static RpcContextAttachmentRpcContext.getServerContext()get server side context. ( A invalid input: '<'-- B , in B side)static RpcContextAttachmentRpcContext.getServerResponseContext()Deprecated.RpcContextAttachment.removeAttachment(String key) remove attachment.RpcServerContextAttachment.removeAttachment(String key) Deprecated.RpcContextAttachment.setAttachment(String key, Object value) RpcContextAttachment.setAttachment(String key, String value) set attachment.RpcServerContextAttachment.setAttachment(String key, Object value) RpcServerContextAttachment.setAttachment(String key, String value) RpcContextAttachment.setAttachments(Map<String, String> attachment) set attachmentsRpcServerContextAttachment.setAttachments(Map<String, String> attachment) RpcContextAttachment.setObjectAttachment(String key, Object value) RpcServerContextAttachment.setObjectAttachment(String key, Object value) RpcContextAttachment.setObjectAttachments(Map<String, Object> attachment) set attachmentsRpcServerContextAttachment.setObjectAttachments(Map<String, Object> attachment) Methods in org.apache.dubbo.rpc with parameters of type RpcContextAttachmentModifier and TypeMethodDescriptionPenetrateAttachmentSelector.select(Invocation invocation, RpcContextAttachment clientAttachment, RpcContextAttachment serverAttachment) Select some attachments to pass to next hop.PenetrateAttachmentSelector.selectReverse(Invocation invocation, RpcContextAttachment clientResponseContext, RpcContextAttachment serverResponseContext)