Package com.huaweicloud.common.context
Class InvocationContext
java.lang.Object
com.huaweicloud.common.context.InvocationContext
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringprotected InvocationStage -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetContext(String key) <T> TgetLocalContext(String key) putContext(String key, String value) putContext(Map<String, String> data) putLocalContext(String key, Object value)
-
Field Details
-
CONTEXT_MICROSERVICE_NAME
- See Also:
-
CONTEXT_INSTANCE_ID
- See Also:
-
CONTEXT_TRACE_ID
- See Also:
-
CONTEXT_OPERATION_ID
- See Also:
-
context
-
localContext
-
invocationStage
-
-
Constructor Details
-
InvocationContext
public InvocationContext()
-
-
Method Details
-
putContext
-
putContext
-
getContext
-
getContext
-
getInvocationStage
-
putLocalContext
-
getLocalContext
-
generateTraceId
-