Uses of Interface
org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier
Packages that use ControllerEndpointsSupplier
Package
Description
Annotation support for actuator web endpoints.
Auto-configuration for WebFlux-based actuator web concerns.
-
Uses of ControllerEndpointsSupplier in org.springframework.boot.actuate.endpoint.web.annotation
Classes in org.springframework.boot.actuate.endpoint.web.annotation that implement ControllerEndpointsSupplierModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of ControllerEndpointsSupplier in org.springframework.boot.webflux.autoconfigure.actuate.web
Methods in org.springframework.boot.webflux.autoconfigure.actuate.web with parameters of type ControllerEndpointsSupplierModifier and TypeMethodDescriptionWebFluxEndpointManagementContextConfiguration.controllerEndpointHandlerMapping(ControllerEndpointsSupplier controllerEndpointsSupplier, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, EndpointAccessResolver endpointAccessResolver) Deprecated, for removal: This API element is subject to removal in a future version.WebFluxEndpointManagementContextConfiguration.webEndpointReactiveHandlerMapping(WebEndpointsSupplier webEndpointsSupplier, ControllerEndpointsSupplier controllerEndpointsSupplier, EndpointMediaTypes endpointMediaTypes, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, Environment environment)
@Endpointand@WebEndpointsupport