Class HttpExchangesEndpoint
java.lang.Object
org.springframework.boot.actuate.web.exchanges.HttpExchangesEndpoint
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
Description of an application'sHttpExchange
entries. -
Constructor Summary
ConstructorsConstructorDescriptionHttpExchangesEndpoint
(HttpExchangeRepository repository) Create a newHttpExchangesEndpoint
instance. -
Method Summary
-
Constructor Details
-
HttpExchangesEndpoint
Create a newHttpExchangesEndpoint
instance.- Parameters:
repository
- the exchange repository
-
-
Method Details
-
httpExchanges
-