Uses of Interface
org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier
Packages that use 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
Classes in org.springframework.boot.actuate.autoconfigure.cloudfoundry that implement WebEndpointsSupplierModifier 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
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive with parameters of type WebEndpointsSupplierModifier 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
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet with parameters of type WebEndpointsSupplierModifier 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
Classes in org.springframework.boot.actuate.endpoint.web.annotation that implement WebEndpointsSupplierModifier and TypeClassDescriptionclass