Class ActuatorWebMvcProvider

  • All Implemented Interfaces:
    EventListener, org.springframework.context.ApplicationListener<org.springframework.boot.web.context.WebServerInitializedEvent>

    public class ActuatorWebMvcProvider
    extends ActuatorProvider
    The type Web mvc actuator provider.
    Author:
    bnasslahsen
    • Constructor Detail

      • ActuatorWebMvcProvider

        public ActuatorWebMvcProvider​(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.servlet.WebMvcEndpointHandlerMapping> webMvcEndpointHandlerMapping,
                                      Optional<org.springframework.boot.actuate.endpoint.web.servlet.ControllerEndpointHandlerMapping> controllerEndpointHandlerMapping)