Uses of Annotation Interface
org.springframework.boot.actuate.autoconfigure.web.ManagementContextConfiguration
Package
Description
Auto-configuration for the Actuator's web endpoints.
Auto-configuration for exposing actuator web endpoints using WebFlux.
Auto-configuration for exposing actuator web endpoints using Spring MVC.
Auto-configuration for actuator security using Spring MVC.
Configuration for a WebFlux-based management context.
-
Uses of ManagementContextConfiguration in org.springframework.boot.actuate.autoconfigure.endpoint.web
-
Uses of ManagementContextConfiguration in org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive
Modifier and TypeClassDescriptionclass
@ManagementContextConfiguration
for Reactive@Endpoint
concerns. -
Uses of ManagementContextConfiguration in org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet
Modifier and TypeClassDescriptionclass
@ManagementContextConfiguration
for Spring MVC@Endpoint
concerns. -
Uses of ManagementContextConfiguration in org.springframework.boot.actuate.autoconfigure.security.servlet
Modifier and TypeClassDescriptionclass
ManagementContextConfiguration
that configures the appropriateRequestMatcherProvider
. -
Uses of ManagementContextConfiguration in org.springframework.boot.actuate.autoconfigure.web.reactive
Modifier and TypeClassDescriptionclass
@ManagementContextConfiguration
for reactive web infrastructure when a separate management context with a web server running on a different port is required.