I believe Java doc should be enough for that:
https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/cache/query/ContinuousQuery.html

It says:

To stop receiving updates call QueryCursor.close()
<https://ignite.apache.org/releases/latest/javadoc/org/apache/ignite/cache/query/QueryCursor.html#close-->
 method:

 cur.close();


Evgenii


сб, 1 авг. 2020 г. в 00:11, Devakumar J <[email protected]>:

> Hi,
>
> Thanks for the reply.
>
> Do we have any document reference for stopping/unsubscribing registered CQ
> listeners.
>
> Thanks & Regards,
> Devakumar J
>
>
>
> --
> Sent from: http://apache-ignite-users.70518.x6.nabble.com/
>

Reply via email to