Uses of Annotation Interface
org.springframework.boot.actuate.autoconfigure.web.server.ConditionalOnManagementPort
Packages that use ConditionalOnManagementPort
Package
Description
Auto-configuration for exposing actuator web endpoints using WebFlux.
Auto-configuration for exposing actuator web endpoints using Spring MVC.
Actuator Jetty web server support.
Actuator Netty web server support.
Actuator Tomcat web server support.
Actuator Undertow web server support.
-
Uses of ConditionalOnManagementPort in org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive with annotations of type ConditionalOnManagementPortModifier and TypeMethodDescriptionWebFluxEndpointManagementContextConfiguration.managementHealthEndpointWebFluxHandlerMapping
(WebEndpointsSupplier webEndpointsSupplier, HealthEndpointGroups groups) -
Uses of ConditionalOnManagementPort in org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet
Methods in org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet with annotations of type ConditionalOnManagementPortModifier and TypeMethodDescriptionWebMvcEndpointManagementContextConfiguration.managementHealthEndpointWebMvcHandlerMapping
(WebEndpointsSupplier webEndpointsSupplier, HealthEndpointGroups groups) -
Uses of ConditionalOnManagementPort in org.springframework.boot.actuate.autoconfigure.web.server.jetty
Classes in org.springframework.boot.actuate.autoconfigure.web.server.jetty with annotations of type ConditionalOnManagementPortModifier and TypeClassDescriptionclass
Auto-configuration for a Jetty-based reactive management context.class
Auto-configuration for a Jetty-based servlet management context. -
Uses of ConditionalOnManagementPort in org.springframework.boot.actuate.autoconfigure.web.server.netty
Classes in org.springframework.boot.actuate.autoconfigure.web.server.netty with annotations of type ConditionalOnManagementPortModifier and TypeClassDescriptionclass
Auto-configuration for a Netty-based reactive management context. -
Uses of ConditionalOnManagementPort in org.springframework.boot.actuate.autoconfigure.web.server.tomcat
Classes in org.springframework.boot.actuate.autoconfigure.web.server.tomcat with annotations of type ConditionalOnManagementPortModifier and TypeClassDescriptionclass
Auto-configuration for a Tomcat-based reactive management context.class
Auto-configuration for a Tomcat-based servlet management context. -
Uses of ConditionalOnManagementPort in org.springframework.boot.actuate.autoconfigure.web.server.undertow
Classes in org.springframework.boot.actuate.autoconfigure.web.server.undertow with annotations of type ConditionalOnManagementPortModifier and TypeClassDescriptionclass
Auto-configuration for an Undertow-based reactive management context.class
Auto-configuration for an Undertow-based servlet management context.