|
|
@ -46,7 +46,7 @@ import org.springframework.util.Assert; |
|
|
|
* @author Rossen Stoyanchev |
|
|
|
* @author Rossen Stoyanchev |
|
|
|
* @author Brian Clozel |
|
|
|
* @author Brian Clozel |
|
|
|
* @author Sebastien Deleuze |
|
|
|
* @author Sebastien Deleuze |
|
|
|
* @since 5.1 |
|
|
|
* @since 6.1 |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public class ReactorResourceFactory implements InitializingBean, DisposableBean, Lifecycle { |
|
|
|
public class ReactorResourceFactory implements InitializingBean, DisposableBean, Lifecycle { |
|
|
|
|
|
|
|
|
|
|
@ -179,7 +179,6 @@ public class ReactorResourceFactory implements InitializingBean, DisposableBean, |
|
|
|
* can also be overridden with the system property |
|
|
|
* can also be overridden with the system property |
|
|
|
* {@link reactor.netty.ReactorNetty#SHUTDOWN_QUIET_PERIOD |
|
|
|
* {@link reactor.netty.ReactorNetty#SHUTDOWN_QUIET_PERIOD |
|
|
|
* ReactorNetty.SHUTDOWN_QUIET_PERIOD}. |
|
|
|
* ReactorNetty.SHUTDOWN_QUIET_PERIOD}. |
|
|
|
* @since 5.2.4 |
|
|
|
|
|
|
|
* @see #setShutdownTimeout(Duration) |
|
|
|
* @see #setShutdownTimeout(Duration) |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public void setShutdownQuietPeriod(Duration shutdownQuietPeriod) { |
|
|
|
public void setShutdownQuietPeriod(Duration shutdownQuietPeriod) { |
|
|
@ -196,7 +195,6 @@ public class ReactorResourceFactory implements InitializingBean, DisposableBean, |
|
|
|
* can also be overridden with the system property |
|
|
|
* can also be overridden with the system property |
|
|
|
* {@link reactor.netty.ReactorNetty#SHUTDOWN_TIMEOUT |
|
|
|
* {@link reactor.netty.ReactorNetty#SHUTDOWN_TIMEOUT |
|
|
|
* ReactorNetty.SHUTDOWN_TIMEOUT}. |
|
|
|
* ReactorNetty.SHUTDOWN_TIMEOUT}. |
|
|
|
* @since 5.2.4 |
|
|
|
|
|
|
|
* @see #setShutdownQuietPeriod(Duration) |
|
|
|
* @see #setShutdownQuietPeriod(Duration) |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public void setShutdownTimeout(Duration shutdownTimeout) { |
|
|
|
public void setShutdownTimeout(Duration shutdownTimeout) { |
|
|
|