public abstract class RequestInfo extends Object
This class provides information that can be used to:
The information contained here is typically opaque to clients and should only be interpreted by the service that generated it.
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestInfo.Builder
Builder for constructing RequestInfo instances.
|
| Constructor and Description |
|---|
RequestInfo() |
| Modifier and Type | Method and Description |
|---|---|
static RequestInfo.Builder |
builder()
Creates a new builder for constructing RequestInfo instances.
|
abstract String |
requestId()
An opaque string that should only be interpreted by the service that generated it.
|
abstract String |
servingData()
Any data that was used to serve this request.
|
public abstract String requestId()
This identifier is typically used by service operators and support teams to trace the execution of specific requests through the system.
public abstract String servingData()
This field may contain sensitive information that is useful for debugging but should be handled carefully. It might include:
public static RequestInfo.Builder builder()
Copyright © 2026. All rights reserved.