Subscriptions check

Hi Team,

How to check subscription for particular stream already exists or not using JNC API?

Suppose I will create subscriptions like below:

device.getSession(IP + “_” + “someSession”).createSubscription(“streamname”, eventFilter, replayStartTime, null);

In this case how can I check for above subscription already exists or not ? Is there any API we can use it?

Thanks
Badari.

This forum doesn’t handle JNC questions or issues. Please open an issue at https://github.com/tail-f-systems/JNC and one of the JNC maintainers will handle your question.

Thanks!

Sure Greg, thanks will post there.