public interface CorrelationContext extends Serializable
| Modifier and Type | Method and Description |
|---|---|
void |
destroy()
Would be used to indicate that the context can be cleaned and reused.
|
String |
getParentRequestId()
The parent request ID if this is a sub-request.
|
String |
getRequestId()
A unique value representing the current, active request.
|
String |
getRootRequestId()
The root request ID if this is a sub-request.
|
void |
setParentRequestId(String parentRequestId)
Sets the parent request ID if this is a sub-request.
|
void |
setRequestId(String requestId)
A unique value representing the current, active request.
|
void |
setRootRequestId(String rootRequestId)
Sets the root request ID if this is a sub-request.
|
String getRequestId()
void setRequestId(String requestId)
requestId - A unique value representing the current, active request.String getParentRequestId()
void setParentRequestId(String parentRequestId)
parentRequestId - The parent request ID.String getRootRequestId()
void setRootRequestId(String rootRequestId)
rootRequestId - The root request ID.void destroy()
Copyright © 2022 The Apache Software Foundation. All rights reserved.