Uses of Interface
org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier
Packages that use WebEndpointsSupplier
Package
Description
Annotation support for actuator web endpoints.
Auto-configuration for Cloud Foundry endpoints.
Auto-configuration for WebFlux-based actuator web concerns.
-
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 -
Uses of WebEndpointsSupplier in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint
Classes in org.springframework.boot.cloudfoundry.autoconfigure.actuate.endpoint that implement WebEndpointsSupplierModifier and TypeClassDescriptionclassWebEndpointDiscovererfor Cloud Foundry that uses Cloud Foundry specific extensions for theHealthEndpoint. -
Uses of WebEndpointsSupplier in org.springframework.boot.webflux.autoconfigure.actuate.web
Methods in org.springframework.boot.webflux.autoconfigure.actuate.web 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)