Package | Description |
---|---|
org.springframework.boot.actuate.autoconfigure.endpoint.web.reactive |
Auto-configuration for exposing actuator web endpoints using WebFlux.
|
org.springframework.boot.actuate.endpoint.web.reactive |
Spring WebFlux support for actuator endpoints.
|
Class and Description |
---|
AdditionalHealthEndpointPathsWebFluxHandlerMapping
A custom
HandlerMapping that allows health groups to be mapped to an additional
path. |
ControllerEndpointHandlerMapping
HandlerMapping that exposes @ControllerEndpoint and
@RestControllerEndpoint annotated endpoints over Spring
WebFlux. |
WebFluxEndpointHandlerMapping
A custom
HandlerMapping that makes web endpoints available over HTTP using
Spring WebFlux. |
Class and Description |
---|
AbstractWebFluxEndpointHandlerMapping
A custom
HandlerMapping that makes web endpoints available over HTTP using
Spring WebFlux. |
AbstractWebFluxEndpointHandlerMapping.LinksHandler
Reactive handler providing actuator links at the root endpoint.
|
AbstractWebFluxEndpointHandlerMapping.ReactiveWebOperation
A reactive web operation that can be handled by WebFlux.
|