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 Servlet servers.
Actuator HTTP exchanges support for reactive 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.servlet.actuate.exchanges
Constructors in org.springframework.boot.servlet.actuate.exchanges with parameters of type HttpExchangeRepositoryModifierConstructorDescriptionHttpExchangesFilter
(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesFilter
instance. -
Uses of HttpExchangeRepository in org.springframework.boot.webflux.actuate.exchanges
Constructors in org.springframework.boot.webflux.actuate.exchanges with parameters of type HttpExchangeRepositoryModifierConstructorDescriptionHttpExchangesWebFilter
(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesWebFilter
instance.