Class SpringActuatorProperties

java.lang.Object
io.micronaut.openapi.visitor.management.SpringActuatorProperties

@Internal public final class SpringActuatorProperties extends Object
Spring Boot actuator properties.
Since:
6.16.0
  • Constructor Details

    • SpringActuatorProperties

      public SpringActuatorProperties()
  • Method Details

    • getBasePath

      public String getBasePath()
    • setBasePath

      public void setBasePath(String basePath)
    • getIncludedEndpoints

      public List<String> getIncludedEndpoints()
    • setIncludedEndpoints

      public void setIncludedEndpoints(List<String> includedEndpoints)
    • getExcludedEndpoints

      public List<String> getExcludedEndpoints()
    • setExcludedEndpoints

      public void setExcludedEndpoints(List<String> excludedEndpoints)
    • getPathMapping

      public Map<String,String> getPathMapping()
    • setPathMapping

      public void setPathMapping(Map<String,String> pathMapping)