public class ContextManager extends Object
| Constructor and Description |
|---|
ContextManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
createNewRequest() |
static TraceMethodContext |
getContext() |
static String |
getMessageIdQueueNew() |
static String |
getMessageStart() |
static String |
getParentIdMessageIdQueue() |
static String |
getServiceCallId() |
static String |
getSpanId() |
static String |
getTraceId() |
static String |
getUrlStart() |
static boolean |
isMessageIdQueueEmpty() |
static void |
removeLastQueue() |
static void |
setContextThread(TraceMethodContext value) |
static void |
setMethodCallContextQueue(String methodCallId) |
static void |
setParentMessageIdOtherService(String parentId) |
static void |
setServiceCallId(String serviceCallId) |
static void |
setSpanID(String spanId) |
static void |
setUrlStart(String urlStart) |
public static void createNewRequest()
public static void setServiceCallId(String serviceCallId)
public static void setSpanID(String spanId)
public static void setParentMessageIdOtherService(String parentId)
public static void setContextThread(TraceMethodContext value)
public static String getMessageStart()
public static void setUrlStart(String urlStart)
public static String getUrlStart()
public static TraceMethodContext getContext()
public static String getTraceId()
public static String getSpanId()
public static String getServiceCallId()
public static String getMessageIdQueueNew()
public static String getParentIdMessageIdQueue()
public static boolean isMessageIdQueueEmpty()
public static void setMethodCallContextQueue(String methodCallId)
public static void removeLastQueue()
Copyright © 2025. All rights reserved.