Class HttpTraceEndpoint
java.lang.Object
org.springframework.boot.actuate.trace.http.HttpTraceEndpoint
- Since:
- 2.0.0
- Author:
- Dave Syer, Andy Wilkinson
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A description of an application'sHttpTrace
entries. -
Constructor Summary
ConstructorDescriptionHttpTraceEndpoint
(HttpTraceRepository repository) Create a newHttpTraceEndpoint
instance. -
Method Summary
-
Constructor Details
-
HttpTraceEndpoint
Create a newHttpTraceEndpoint
instance.- Parameters:
repository
- the trace repository
-
-
Method Details
-
traces
-