Uses of Interface
org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier
Package
Description
Auto-configuration for actuator Cloud Foundry concerns.
Auto-configuration for exposing actuator web endpoints using WebFlux.
Auto-configuration for exposing actuator web endpoints using Spring MVC.
Annotation support for actuator web endpoints.
-
Uses of WebEndpointsSupplier in org.springframework.boot.actuate.autoconfigure.cloudfoundry
Modifier and TypeClassDescriptionclass
WebEndpointDiscoverer
for Cloud Foundry that uses Cloud Foundry specific extensions for theHealthEndpoint
. -
Uses of WebEndpointsSupplier in org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive
Modifier and TypeMethodDescriptionWebFluxEndpointManagementContextConfiguration.managementHealthEndpointWebFluxHandlerMapping
(WebEndpointsSupplier webEndpointsSupplier, HealthEndpointGroups groups) WebFluxEndpointManagementContextConfiguration.webEndpointReactiveHandlerMapping
(WebEndpointsSupplier webEndpointsSupplier, ControllerEndpointsSupplier controllerEndpointsSupplier, EndpointMediaTypes endpointMediaTypes, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, Environment environment) -
Uses of WebEndpointsSupplier in org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet
Modifier and TypeMethodDescriptionWebMvcEndpointManagementContextConfiguration.managementHealthEndpointWebMvcHandlerMapping
(WebEndpointsSupplier webEndpointsSupplier, HealthEndpointGroups groups) WebMvcEndpointManagementContextConfiguration.webEndpointServletHandlerMapping
(WebEndpointsSupplier webEndpointsSupplier, ServletEndpointsSupplier servletEndpointsSupplier, ControllerEndpointsSupplier controllerEndpointsSupplier, EndpointMediaTypes endpointMediaTypes, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, Environment environment) -
Uses of WebEndpointsSupplier in org.springframework.boot.actuate.endpoint.web.annotation
Modifier and TypeClassDescriptionclass