Class HttpExchangesEndpoint
java.lang.Object
org.springframework.boot.actuate.web.exchanges.HttpExchangesEndpoint
@Endpoint
to expose HttpExchange
information.- Since:
- 3.0.0
- Author:
- Dave Syer, Andy Wilkinson
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
Description of an application'sHttpExchange
entries. -
Constructor Summary
ConstructorDescriptionHttpExchangesEndpoint
(HttpExchangeRepository repository) Create a newHttpExchangesEndpoint
instance. -
Method Summary
-
Constructor Details
-
HttpExchangesEndpoint
Create a newHttpExchangesEndpoint
instance.- Parameters:
repository
- the exchange repository
-
-
Method Details
-
httpExchanges
-