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 |
---|
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.ReactiveWebOperation
A reactive web operation that can be handled by WebFlux.
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.