Class WebFluxConfiguration
java.lang.Object
com.huaweicloud.common.adapters.webflux.WebFluxConfiguration
@Configuration
@ConditionalOnWebApplication(type=REACTIVE)
public class WebFluxConfiguration
extends Object
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.web.server.WebFilterinvocationContextWebFilter(ContextProperties contextProperties, org.springframework.core.env.Environment environment) org.springframework.web.server.WebFiltershutdownHookWebFilter(ContextProperties contextProperties, ClosedEventListener closedEventListener)
-
Constructor Details
-
WebFluxConfiguration
public WebFluxConfiguration()
-
-
Method Details
-
invocationContextWebFilter
@Bean public org.springframework.web.server.WebFilter invocationContextWebFilter(ContextProperties contextProperties, org.springframework.core.env.Environment environment) -
shutdownHookWebFilter
@Bean public org.springframework.web.server.WebFilter shutdownHookWebFilter(ContextProperties contextProperties, ClosedEventListener closedEventListener)
-