Uses of Class
org.springframework.boot.webflux.actuate.endpoint.web.AbstractWebFluxEndpointHandlerMapping
Packages that use AbstractWebFluxEndpointHandlerMapping
Package
Description
Spring WebFlux support for actuator endpoints.
-
Uses of AbstractWebFluxEndpointHandlerMapping in org.springframework.boot.webflux.actuate.endpoint.web
Subclasses of AbstractWebFluxEndpointHandlerMapping in org.springframework.boot.webflux.actuate.endpoint.webModifier and TypeClassDescriptionclassA customHandlerMappingthat allows health groups to be mapped to an additional path.classA customHandlerMappingthat makes web endpoints available over HTTP using Spring WebFlux.