public class DiagnosticContextFacadeImpl extends Object implements DiagnosticContextFacade
DiagnosticContextFacade.| Constructor and Description |
|---|
DiagnosticContextFacadeImpl()
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCorrelationId() |
void |
removeCorrelationId()
Removes the
correlation ID from the diagnostic context. |
void |
setCorrelationId(String correlationId)
Sets the
correlation ID for the current processing and thread. |
public DiagnosticContextFacadeImpl()
public String getCorrelationId()
getCorrelationId in interface DiagnosticContextFacadecorrelation ID or null if not
set.public void setCorrelationId(String correlationId)
DiagnosticContextFacadecorrelation ID for the current processing and thread.setCorrelationId in interface DiagnosticContextFacadecorrelationId - is the correlation ID as unique identifier for the
current processing task.public void removeCorrelationId()
DiagnosticContextFacadecorrelation ID from the diagnostic context.removeCorrelationId in interface DiagnosticContextFacadeCopyright © 2014–2019 devon4j-Team. All rights reserved.