Uses of Interface
org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository
Packages that use 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
Methods in org.springframework.boot.actuate.autoconfigure.web.exchanges with parameters of type HttpExchangeRepositoryModifier and TypeMethodDescriptionHttpExchangesEndpointAutoConfiguration.httpExchangesEndpoint
(HttpExchangeRepository exchangeRepository) -
Uses of HttpExchangeRepository in org.springframework.boot.actuate.web.exchanges
Classes in org.springframework.boot.actuate.web.exchanges that implement HttpExchangeRepositoryConstructors in org.springframework.boot.actuate.web.exchanges with parameters of type HttpExchangeRepositoryModifierConstructorDescriptionHttpExchangesEndpoint
(HttpExchangeRepository repository) Create a newHttpExchangesEndpoint
instance. -
Uses of HttpExchangeRepository in org.springframework.boot.actuate.web.exchanges.reactive
Constructors in org.springframework.boot.actuate.web.exchanges.reactive with parameters of type HttpExchangeRepositoryModifierConstructorDescriptionHttpExchangesWebFilter
(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesWebFilter
instance. -
Uses of HttpExchangeRepository in org.springframework.boot.actuate.web.exchanges.servlet
Constructors in org.springframework.boot.actuate.web.exchanges.servlet with parameters of type HttpExchangeRepositoryModifierConstructorDescriptionHttpExchangesFilter
(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesWebFilter
instance.