Class WebFluxContextUtils
java.lang.Object
org.springframework.integration.webflux.support.WebFluxContextUtils
public final class WebFluxContextUtils extends Object
Utility class for accessing WebFlux integration components
from the
BeanFactory
.- Since:
- 5.0
- Author:
- Artem Bilan, Gary Russell
-
Field Summary
Fields Modifier and Type Field Description static String
HANDLER_MAPPING_BEAN_NAME
The name for the infrastructureWebFluxIntegrationRequestMappingHandlerMapping
bean. -
Method Summary
-
Field Details
-
HANDLER_MAPPING_BEAN_NAME
The name for the infrastructureWebFluxIntegrationRequestMappingHandlerMapping
bean.- See Also:
- Constant Field Values
-