File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
spring-web/src/main/java/org/springframework/http/client/reactive Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 38
38
/**
39
39
* Reactor-Netty implementation of {@link ClientHttpConnector}.
40
40
*
41
- * <p>This class implements {@link Lifecycle } and can be optionally declared
41
+ * <p>This class implements {@link SmartLifecycle } and can be optionally declared
42
42
* as a Spring-managed bean.
43
43
*
44
44
* @author Brian Clozel
@@ -90,7 +90,9 @@ public ReactorClientHttpConnector() {
90
90
* fixed, shared resources are favored for event loop concurrency. However,
91
91
* consider declaring a {@link ReactorResourceFactory} bean with
92
92
* {@code globalResources=true} in order to ensure the Reactor Netty global
93
- * resources are shut down when the Spring ApplicationContext is closed.
93
+ * resources are shut down when the Spring ApplicationContext is stopped or closed
94
+ * and restarted properly when the Spring ApplicationContext is
95
+ * (with JVM Checkpoint Restore for example).
94
96
* @param resourceFactory the resource factory to obtain the resources from
95
97
* @param mapper a mapper for further initialization of the created client
96
98
* @since 5.1
You can’t perform that action at this time.
0 commit comments