Class WebFluxConfig
java.lang.Object
org.qubership.integration.platform.engine.configuration.web.WebFluxConfig
- All Implemented Interfaces:
org.springframework.web.reactive.config.WebFluxConfigurer
@Configuration
public class WebFluxConfig
extends Object
implements org.springframework.web.reactive.config.WebFluxConfigurer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigurePathMatching(org.springframework.web.reactive.config.PathMatchConfigurer configurer) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.springframework.web.reactive.config.WebFluxConfigurer
addCorsMappings, addFormatters, addResourceHandlers, configureArgumentResolvers, configureBlockingExecution, configureContentTypeResolver, configureHttpMessageCodecs, configureViewResolvers, getMessageCodesResolver, getValidator, getWebSocketService
-
Constructor Details
-
WebFluxConfig
public WebFluxConfig()
-
-
Method Details
-
configurePathMatching
public void configurePathMatching(org.springframework.web.reactive.config.PathMatchConfigurer configurer) - Specified by:
configurePathMatchingin interfaceorg.springframework.web.reactive.config.WebFluxConfigurer
-