@ -98,6 +99,12 @@ public class DelegatingWebFluxConfiguration extends WebFluxConfigurationSupport
@@ -98,6 +99,12 @@ public class DelegatingWebFluxConfiguration extends WebFluxConfigurationSupport
@ -431,6 +433,24 @@ public class WebFluxConfigurationSupport implements ApplicationContextAware {
@@ -431,6 +433,24 @@ public class WebFluxConfigurationSupport implements ApplicationContextAware {
@ -70,6 +71,12 @@ public class WebFluxConfigurerComposite implements WebFluxConfigurer {
@@ -70,6 +71,12 @@ public class WebFluxConfigurerComposite implements WebFluxConfigurer {
@ -56,6 +68,25 @@ public class WebSocketHandlerAdapter implements HandlerAdapter {
@@ -56,6 +68,25 @@ public class WebSocketHandlerAdapter implements HandlerAdapter {
@ -70,11 +70,6 @@ Then you can map it to a URL and add a `WebSocketHandlerAdapter`, as the followi
@@ -70,11 +70,6 @@ Then you can map it to a URL and add a `WebSocketHandlerAdapter`, as the followi
@ -90,6 +85,34 @@ Then you can map it to a URL and add a `WebSocketHandlerAdapter`, as the followi
@@ -90,6 +85,34 @@ Then you can map it to a URL and add a `WebSocketHandlerAdapter`, as the followi
return SimpleUrlHandlerMapping(map, order)
}
}
----
If using the <<web-reactive.adoc#webflux-config, WebFlux Config>> there is nothing
further to do, or otherwise if not using the WebFlux config you'll need to declare a