mivanac commented on a change in pull request #5774:
URL: https://github.com/apache/geode/pull/5774#discussion_r604132226
##########
File path: geode-core/src/main/java/org/apache/geode/cache/query/CqQuery.java
##########
@@ -155,4 +155,12 @@
*/
boolean isDurable();
+ /**
+ * This allows to check if the CQ use option to suppress CQ update
notification.
+ *
+ * @return boolean true if update is suppressed, false otherwise
+ * @since Geode 14.0
+ */
+ boolean isUpdateSuppressed();
Review comment:
Hi, could you remove CR, since requested changes are implemented.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]