Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint.web |
Auto-configuration for the Actuator's web endpoints.
|
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.security.servlet |
Auto-configuration for actuator security using Spring MVC.
|
org.springframework.boot.actuate.autoconfigure.web.jersey |
Configuration for a Jersey-based management context.
|
org.springframework.boot.actuate.autoconfigure.web.reactive |
Configuration for a WebFlux-based management context.
|
Modifier and Type | Class and Description |
---|---|
class |
ServletEndpointManagementContextConfiguration
@ManagementContextConfiguration for servlet
endpoints. |
Modifier and Type | Class and Description |
---|---|
class |
WebFluxEndpointManagementContextConfiguration
@ManagementContextConfiguration for Reactive
@Endpoint concerns. |
Modifier and Type | Class and Description |
---|---|
class |
WebMvcEndpointManagementContextConfiguration
@ManagementContextConfiguration for Spring MVC
@Endpoint concerns. |
Modifier and Type | Class and Description |
---|---|
class |
SecurityRequestMatchersManagementContextConfiguration
ManagementContextConfiguration that configures the appropriate
RequestMatcherProvider . |
Modifier and Type | Class and Description |
---|---|
class |
JerseyChildManagementContextConfiguration
@ManagementContextConfiguration for Jersey
infrastructure when a separate management context with a web server running on a
different port is required. |
class |
JerseySameManagementContextConfiguration
@ManagementContextConfiguration for Jersey
infrastructure when the management context is the same as the main application context. |
Modifier and Type | Class and Description |
---|---|
class |
ReactiveManagementChildContextConfiguration
@ManagementContextConfiguration for reactive web
infrastructure when a separate management context with a web server running on a
different port is required. |