public interface RequestTiming
| Modifier and Type | Method and Description |
|---|---|
List<RequestTimingEntry> |
getEntries()
Return the entries for the request.
|
String |
getExternalRequestId()
Return the external request id if it had been set.
|
long |
getReportTime()
Return the time the request was reported.
|
void |
setExternalRequestId(String externalRequestId)
Set the external request id (typically obtaining from MDC logging context).
|
void setExternalRequestId(String externalRequestId)
This is an optional but useful to be able to relate the request timing output to a specific application request.
String getExternalRequestId()
This is an optional but useful to be able to relate the request timing output to a specific application request.
long getReportTime()
List<RequestTimingEntry> getEntries()
Copyright © 2019. All rights reserved.