Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive |
Auto-configuration for exposing actuator web endpoints using WebFlux.
|
org.springframework.boot.actuate.autoconfigure.endpoint.web.servlet |
Auto-configuration for exposing actuator web endpoints using Spring MVC.
|
org.springframework.boot.actuate.autoconfigure.web.reactive |
Configuration for a WebFlux-based management context.
|
org.springframework.boot.actuate.autoconfigure.web.server |
Actuator web server support.
|
Class and Description |
---|
ConditionalOnManagementPort
@Conditional that matches based on the configuration of the
management port. |
Class and Description |
---|
ConditionalOnManagementPort
@Conditional that matches based on the configuration of the
management port. |
Class and Description |
---|
ManagementServerProperties
Properties for the management server (e.g.
|
Class and Description |
---|
ManagementPortType
Port types that can be used to control how the management server is started.
|
ManagementServerProperties
Properties for the management server (e.g.
|