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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    configurePathMatching(org.springframework.web.reactive.config.PathMatchConfigurer configurer)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods 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:
      configurePathMatching in interface org.springframework.web.reactive.config.WebFluxConfigurer