Uses of Class
co.novu.api.topics.responses.CheckTopicSubscriberResponse
-
Packages that use CheckTopicSubscriberResponse Package Description co.novu.api.topics co.novu.common.base -
-
Uses of CheckTopicSubscriberResponse in co.novu.api.topics
Methods in co.novu.api.topics that return CheckTopicSubscriberResponse Modifier and Type Method Description CheckTopicSubscriberResponseTopicHandler. checkTopicSubscriber(String topicKey, String externalSubscriberId)Methods in co.novu.api.topics that return types with arguments of type CheckTopicSubscriberResponse Modifier and Type Method Description retrofit2.Call<CheckTopicSubscriberResponse>TopicApi. checkTopicSubscriber(String topicKey, String externalSubscriberId) -
Uses of CheckTopicSubscriberResponse in co.novu.common.base
Methods in co.novu.common.base that return CheckTopicSubscriberResponse Modifier and Type Method Description CheckTopicSubscriberResponseNovu. checkTopicSubscriber(String topicKey, String externalSubscriberId)
-