Configure quiet period for shutting down Reactor resources
This commit adds two new properties to the `ReactorResourceFactory`.
This allows to configure the quiet and timeout periods when shutting
down Reactor resources. While we'll retain Reactor Netty's default for
production use, this option is useful for tests and developement
environments when developers want to avoid long waiting times when
shutting down resources.
Fixes gh-24538
@ -61,6 +62,10 @@ public class ReactorResourceFactory implements InitializingBean, DisposableBean
@@ -61,6 +62,10 @@ public class ReactorResourceFactory implements InitializingBean, DisposableBean
@ -83,6 +88,29 @@ public class ReactorResourceFactory implements InitializingBean, DisposableBean
@@ -83,6 +88,29 @@ public class ReactorResourceFactory implements InitializingBean, DisposableBean
@ -182,7 +210,7 @@ public class ReactorResourceFactory implements InitializingBean, DisposableBean
@@ -182,7 +210,7 @@ public class ReactorResourceFactory implements InitializingBean, DisposableBean
@ -198,7 +226,7 @@ public class ReactorResourceFactory implements InitializingBean, DisposableBean
@@ -198,7 +226,7 @@ public class ReactorResourceFactory implements InitializingBean, DisposableBean