[Question] External Tasks : Update topic subscription instances after creation

Hi,
Is it possible to manipulate subscription object after creation using the Javascript SDK?
How can I access it?

Manipulate it in what way? It’s a javascript object, so you can do whatever you want with it in theory :joy:

The subscribe method returns a topic subscription as described here (mostly for the purposes of unsubcribe). Can you elaborate some on what you’re looking to do?

I was just thinking on the top of my head , I guess i would have a subscription service that would manage topic subscriptions and i could just unsubscribe or manipulate them . Cool i hadn’t noticed the unsubscribe api method

1 Like