list of all available platform's Topic<>

Answered

Do we have a list of all platform's Topics available to subscribe?

For now I'm using Ctrl+Alt+F and search for `new Topic<>` and `Topic.create` in All Places. Is it all what is available or I'm missing something?

0
1 comment

Artsiom,

This method wouldn't give you all possible occurrences i.e. because, in Kotlin implementation, a new object is created simply with `Topic()` without `new` and type is obtained automatically.

I'd suggest you go to the Topic implementation and search for the usages of each constructor with Find Usages action.

2

Please sign in to leave a comment.