mivanac commented on code in PR #7323:
URL: https://github.com/apache/geode/pull/7323#discussion_r858376619


##########
geode-core/src/main/java/org/apache/geode/cache/wan/GatewaySender.java:
##########
@@ -215,6 +216,13 @@ enum OrderPolicy {
    */
   void startWithCleanQueue();
 
+
+  /**
+   * prepare GatewaySender for closing of Cache.
+   */
+  @Experimental
+  void prepareForStop();

Review Comment:
   Implementation is added in ParallelGatewaySenderImpl. It is used for 
parallel gateway senders, and it is called when closing cache. I will update 
javadoc.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to