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 Servlet servers.
Actuator HTTP exchanges support for reactive 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 TypeMethodDescriptionvoidHttpExchangesProperties.Recording.setInclude(Set<Include> include) -
Uses of Include in org.springframework.boot.actuate.web.exchanges
Subclasses with type arguments of type Include in org.springframework.boot.actuate.web.exchangesMethods in org.springframework.boot.actuate.web.exchanges that return IncludeModifier and TypeMethodDescriptionstatic IncludeReturns 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<@Nullable Principal> principalSupplier, Supplier<@Nullable String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchangeinstance.HttpExchange.Started.finish(RecordableHttpResponse response, Supplier<@Nullable Principal> principalSupplier, Supplier<@Nullable String> sessionIdSupplier, Include... includes) Finish the request and return a newHttpExchangeinstance.Method parameters in org.springframework.boot.actuate.web.exchanges with type arguments of type IncludeModifier and TypeMethodDescriptionHttpExchange.Started.finish(Clock clock, RecordableHttpResponse response, Supplier<@Nullable Principal> principalSupplier, Supplier<@Nullable String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchangeinstance.HttpExchange.Started.finish(RecordableHttpResponse response, Supplier<@Nullable Principal> principalSupplier, Supplier<@Nullable String> sessionIdSupplier, Set<Include> includes) Finish the request and return a newHttpExchangeinstance. -
Uses of Include in org.springframework.boot.servlet.actuate.web.exchanges
Constructor parameters in org.springframework.boot.servlet.actuate.web.exchanges with type arguments of type IncludeModifierConstructorDescriptionHttpExchangesFilter(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesFilterinstance. -
Uses of Include in org.springframework.boot.webflux.actuate.web.exchanges
Constructor parameters in org.springframework.boot.webflux.actuate.web.exchanges with type arguments of type IncludeModifierConstructorDescriptionHttpExchangesWebFilter(HttpExchangeRepository repository, Set<Include> includes) Create a newHttpExchangesWebFilterinstance.