接口的使用
org.springframework.boot.actuate.endpoint.web.WebEndpointsSupplier
使用WebEndpointsSupplier的程序包
程序包
说明
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.
-
org.springframework.boot.actuate.autoconfigure.cloudfoundry中WebEndpointsSupplier的使用
修饰符和类型类说明class
WebEndpointDiscoverer
for Cloud Foundry that uses Cloud Foundry specific extensions for theHealthEndpoint
. -
org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive中WebEndpointsSupplier的使用
修饰符和类型方法说明WebFluxEndpointManagementContextConfiguration.managementHealthEndpointWebFluxHandlerMapping
(WebEndpointsSupplier webEndpointsSupplier, HealthEndpointGroups groups) WebFluxEndpointManagementContextConfiguration.webEndpointReactiveHandlerMapping
(WebEndpointsSupplier webEndpointsSupplier, ControllerEndpointsSupplier controllerEndpointsSupplier, EndpointMediaTypes endpointMediaTypes, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, Environment environment) -
org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet中WebEndpointsSupplier的使用
修饰符和类型方法说明WebMvcEndpointManagementContextConfiguration.managementHealthEndpointWebMvcHandlerMapping
(WebEndpointsSupplier webEndpointsSupplier, HealthEndpointGroups groups) WebMvcEndpointManagementContextConfiguration.webEndpointServletHandlerMapping
(WebEndpointsSupplier webEndpointsSupplier, ServletEndpointsSupplier servletEndpointsSupplier, ControllerEndpointsSupplier controllerEndpointsSupplier, EndpointMediaTypes endpointMediaTypes, CorsEndpointProperties corsProperties, WebEndpointProperties webEndpointProperties, Environment environment) -
org.springframework.boot.actuate.endpoint.web.annotation中WebEndpointsSupplier的使用