Uses of Interface
org.forgerock.openig.tools.notifications.Subscription
-
Packages that use Subscription Package Description org.forgerock.openig.tools.notifications AM notifications service.org.forgerock.openig.tools.notifications.ws Web socket notifications service implementation. -
-
Uses of Subscription in org.forgerock.openig.tools.notifications
Methods in org.forgerock.openig.tools.notifications that return types with arguments of type Subscription Modifier and Type Method Description Promise<Subscription,SubscriptionException>
NotificationService. subscribe(String topic, NotificationListener listener)
Subscribes (asynchronously) to a given topic, providing a listener that will be invoked at notification reception time. -
Uses of Subscription in org.forgerock.openig.tools.notifications.ws
Methods in org.forgerock.openig.tools.notifications.ws that return types with arguments of type Subscription Modifier and Type Method Description Promise<Subscription,SubscriptionException>
NotificationServiceImpl. subscribe(String topic, NotificationListener listener)
Promise<Subscription,SubscriptionException>
SubscriptionService. subscribe(String topicName, NotificationListener listener)
-