Uses of Interface
org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository
Package
Description
Auto-configuration for actuator HTTP exchanges.
Actuator HTTP exchanges support.
Actuator HTTP exchanges support for reactive servers.
Actuator HTTP exchanges support for servlet servers.
-
Uses of HttpExchangeRepository in org.springframework.boot.actuate.autoconfigure.web.exchanges
Modifier and TypeMethodDescriptionHttpExchangesEndpointAutoConfiguration.httpExchangesEndpoint
(HttpExchangeRepository exchangeRepository) -
Uses of HttpExchangeRepository in org.springframework.boot.actuate.web.exchanges
ModifierConstructorDescriptionHttpExchangesEndpoint
(HttpExchangeRepository repository) Create a newHttpExchangesEndpoint
instance. -
Uses of HttpExchangeRepository in org.springframework.boot.actuate.web.exchanges.reactive
ModifierConstructorDescriptionHttpExchangesWebFilter
(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesWebFilter
instance. -
Uses of HttpExchangeRepository in org.springframework.boot.actuate.web.exchanges.servlet
ModifierConstructorDescriptionHttpExchangesFilter
(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesWebFilter
instance.