Class ActuatorWebMvcProvider

java.lang.Object
org.springdoc.core.providers.ActuatorProvider
org.springdoc.webmvc.core.providers.ActuatorWebMvcProvider
All Implemented Interfaces:
EventListener, org.springframework.beans.factory.Aware, org.springframework.context.ApplicationContextAware, org.springframework.context.ApplicationListener<org.springframework.boot.web.context.WebServerInitializedEvent>

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

    • 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)
      Instantiates a new Actuator web mvc provider.
      Parameters:
      serverProperties - the server properties
      springDocConfigProperties - the spring doc config properties
      managementServerProperties - the management server properties
      webEndpointProperties - the web endpoint properties
  • Method Details