Class ControllerEndpointHandlerMapping

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

@Deprecated(since="3.3.5", forRemoval=true) public class ControllerEndpointHandlerMapping extends RequestMappingHandlerMapping
Deprecated, for removal: This API element is subject to removal in a future version.
since 3.3.5 in favor of @Endpoint and @WebEndpoint support
HandlerMapping that exposes @ControllerEndpoint and @RestControllerEndpoint annotated endpoints over Spring WebFlux.
Since:
2.0.0
Author:
Phillip Webb