public class ActuatorWebFluxProvider extends ActuatorProvider
actuatorWebServer, applicationWebServer, managementApplicationContext, managementServerProperties, serverProperties, springDocConfigProperties, webEndpointProperties| Constructor and Description |
|---|
ActuatorWebFluxProvider(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties,
SpringDocConfigProperties springDocConfigProperties,
Optional<org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties> managementServerProperties,
Optional<org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties> webEndpointProperties,
Optional<org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping> webFluxEndpointHandlerMapping,
Optional<org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping> controllerEndpointHandlerMapping)
Instantiates a new Actuator web flux provider.
|
| Modifier and Type | Method and Description |
|---|---|
Map<org.springframework.web.reactive.result.method.RequestMappingInfo,org.springframework.web.method.HandlerMethod> |
getMethods() |
getActuatorPath, getActuatorPort, getApplicationPort, getBasePath, getContextPath, getTag, isRestController, isUseManagementPort, onApplicationEventpublic ActuatorWebFluxProvider(org.springframework.boot.autoconfigure.web.ServerProperties serverProperties,
SpringDocConfigProperties springDocConfigProperties,
Optional<org.springframework.boot.actuate.autoconfigure.web.server.ManagementServerProperties> managementServerProperties,
Optional<org.springframework.boot.actuate.autoconfigure.endpoint.web.WebEndpointProperties> webEndpointProperties,
Optional<org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping> webFluxEndpointHandlerMapping,
Optional<org.springframework.boot.actuate.endpoint.web.reactive.ControllerEndpointHandlerMapping> controllerEndpointHandlerMapping)
serverProperties - the server propertiesspringDocConfigProperties - the spring doc config propertiesmanagementServerProperties - the management server propertieswebEndpointProperties - the web endpoint propertieswebFluxEndpointHandlerMapping - the web flux endpoint handler mappingcontrollerEndpointHandlerMapping - the controller endpoint handler mappingpublic Map<org.springframework.web.reactive.result.method.RequestMappingInfo,org.springframework.web.method.HandlerMethod> getMethods()
getMethods in class ActuatorProviderCopyright © 2024. All rights reserved.