list of all available platform's Topic<>

已回答

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

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

请先登录再写评论。