Re running the live query

I want to re run the live query when query options are changed, I have seen this issue for ios https://github.com/couchbase/couchbase-lite-ios/issues/596

Seems like they have fixed the issue and in above links they have mentioned about "queryOptionsChanged ".

Can anyone please suggest how can i achieve this in couchbase lite-android or some methods like queryOptionsChanged which i can call to notify about live query option changes.

Just stop the current query and create a new one with different options.