Uses of Interface
org.springframework.boot.actuate.web.exchanges.HttpExchangeRepository
Packages that use HttpExchangeRepository
Package
Description
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.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 newHttpExchangesEndpointinstance. -
Uses of HttpExchangeRepository in org.springframework.boot.servlet.actuate.web.exchanges
Constructors in org.springframework.boot.servlet.actuate.web.exchanges with parameters of type HttpExchangeRepositoryModifierConstructorDescriptionHttpExchangesFilter(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesFilterinstance. -
Uses of HttpExchangeRepository in org.springframework.boot.webflux.actuate.web.exchanges
Constructors in org.springframework.boot.webflux.actuate.web.exchanges with parameters of type HttpExchangeRepositoryModifierConstructorDescriptionHttpExchangesWebFilter(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesWebFilterinstance.