Uses of Enum Class
org.springframework.boot.actuate.web.exchanges.Include
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 Include in org.springframework.boot.actuate.autoconfigure.web.exchanges
Modifier and TypeMethodDescriptionvoid
HttpExchangesProperties.Recording.setInclude
(Set<Include> include) -
Uses of Include in org.springframework.boot.actuate.web.exchanges
Modifier and TypeMethodDescriptionstatic Include
Returns the enum constant of this class with the specified name.static Include[]
Include.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionHttpExchange.Started.finish
(Clock clock, RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchange
instance.HttpExchange.Started.finish
(RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchange
instance.Modifier and TypeMethodDescriptionHttpExchange.Started.finish
(Clock clock, RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchange
instance.HttpExchange.Started.finish
(RecordableHttpResponse response, Supplier<Principal> principalSupplier, Supplier<String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchange
instance. -
Uses of Include in org.springframework.boot.actuate.web.exchanges.reactive
ModifierConstructorDescriptionHttpExchangesWebFilter
(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesWebFilter
instance. -
Uses of Include in org.springframework.boot.actuate.web.exchanges.servlet
ModifierConstructorDescriptionHttpExchangesFilter
(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesWebFilter
instance.