Uses of Enum Class
org.springframework.boot.actuate.web.exchanges.Include
Packages that use 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
Methods in org.springframework.boot.actuate.autoconfigure.web.exchanges that return types with arguments of type IncludeMethod parameters in org.springframework.boot.actuate.autoconfigure.web.exchanges with type arguments of type IncludeModifier and TypeMethodDescriptionvoid
HttpExchangesProperties.Recording.setInclude
(Set<Include> include) -
Uses of Include in org.springframework.boot.actuate.web.exchanges
Methods in org.springframework.boot.actuate.web.exchanges that return IncludeModifier 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.Methods in org.springframework.boot.actuate.web.exchanges that return types with arguments of type IncludeMethods in org.springframework.boot.actuate.web.exchanges with parameters of type IncludeModifier 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.Method parameters in org.springframework.boot.actuate.web.exchanges with type arguments of type IncludeModifier 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
Constructor parameters in org.springframework.boot.actuate.web.exchanges.reactive with type arguments of type IncludeModifierConstructorDescriptionHttpExchangesWebFilter
(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesWebFilter
instance. -
Uses of Include in org.springframework.boot.actuate.web.exchanges.servlet
Constructor parameters in org.springframework.boot.actuate.web.exchanges.servlet with type arguments of type IncludeModifierConstructorDescriptionHttpExchangesFilter
(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesWebFilter
instance.