Class WebFluxEndpointHandlerMapping

All Implemented Interfaces:
Aware, BeanNameAware, InitializingBean, ApplicationContextAware, Ordered, HandlerMapping

@ImportRuntimeHints(org.springframework.boot.actuate.endpoint.web.reactive.WebFluxEndpointHandlerMapping.WebFluxEndpointHandlerMappingRuntimeHints.class) public class WebFluxEndpointHandlerMapping extends AbstractWebFluxEndpointHandlerMapping implements InitializingBean
A custom HandlerMapping that makes web endpoints available over HTTP using Spring WebFlux.
Since:
2.0.0
Author:
Andy Wilkinson, Phillip Webb, Brian Clozel