Package | Description |
---|---|
org.springframework.boot.actuate.trace.http |
Actuator HTTP tracing support.
|
Modifier and Type | Method and Description |
---|---|
HttpTrace.Principal |
HttpTrace.getPrincipal() |
Constructor and Description |
---|
HttpTrace(HttpTrace.Request request,
HttpTrace.Response response,
Instant timestamp,
HttpTrace.Principal principal,
HttpTrace.Session session,
Long timeTaken)
Creates a fully-configured
HttpTrace instance. |