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