Uses of Interface
org.springframework.boot.actuate.endpoint.web.annotation.ControllerEndpointsSupplier
Package
Description
Auto-configuration for actuator Cloud Foundry concerns using WebFlux.
Auto-configuration for actuator Cloud Foundry concerns using Spring MVC.
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 ControllerEndpointsSupplier in org.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive
Modifier and TypeMethodDescriptionorg.springframework.boot.actuate.autoconfigure.cloudfoundry.reactive.CloudFoundryWebFluxEndpointHandlerMapping
ReactiveCloudFoundryActuatorAutoConfiguration.cloudFoundryWebFluxEndpointHandlerMapping
(ParameterValueMapper parameterMapper, EndpointMediaTypes endpointMediaTypes, WebClient.Builder webClientBuilder, ControllerEndpointsSupplier controllerEndpointsSupplier, ApplicationContext applicationContext) -
Uses of ControllerEndpointsSupplier in org.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet
Modifier and TypeMethodDescriptionorg.springframework.boot.actuate.autoconfigure.cloudfoundry.servlet.CloudFoundryWebEndpointServletHandlerMapping
CloudFoundryActuatorAutoConfiguration.cloudFoundryWebEndpointServletHandlerMapping
(ParameterValueMapper parameterMapper, EndpointMediaTypes endpointMediaTypes, RestTemplateBuilder restTemplateBuilder, ServletEndpointsSupplier servletEndpointsSupplier, ControllerEndpointsSupplier controllerEndpointsSupplier, ApplicationContext applicationContext) -
Uses of ControllerEndpointsSupplier in org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive
Modifier 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) -
Uses of ControllerEndpointsSupplier in org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet
Modifier and TypeMethodDescriptionWebMvcEndpointManagementContextConfiguration.controllerEndpointHandlerMapping
(ControllerEndpointsSupplier controllerEndpointsSupplier, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, EndpointAccessResolver endpointAccessResolver) Deprecated, for removal: This API element is subject to removal in a future version.WebMvcEndpointManagementContextConfiguration.webEndpointServletHandlerMapping
(WebEndpointsSupplier webEndpointsSupplier, ServletEndpointsSupplier servletEndpointsSupplier, ControllerEndpointsSupplier controllerEndpointsSupplier, EndpointMediaTypes endpointMediaTypes, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, Environment environment) -
Uses of ControllerEndpointsSupplier in org.springframework.boot.actuate.endpoint.web.annotation
Modifier and TypeClassDescriptionclass
Deprecated, for removal: This API element is subject to removal in a future version.
@Endpoint
and@WebEndpoint
support