Uses of Class
org.forgerock.openig.tools.notifications.SubscriptionException
Packages that use SubscriptionException
Package
Description
AM notifications service.
Web socket notifications service implementation.
-
Uses of SubscriptionException in org.forgerock.openig.tools.notifications
Methods in org.forgerock.openig.tools.notifications that return types with arguments of type SubscriptionExceptionModifier and TypeMethodDescriptionNotificationService.subscribe
(String topic, NotificationListener listener) Subscribes (asynchronously) to a given topic, providing a listener that will be invoked at notification reception time.Subscription.unsubscribe()
Un-subscribes from the topic asynchronously. -
Uses of SubscriptionException in org.forgerock.openig.tools.notifications.ws
Methods in org.forgerock.openig.tools.notifications.ws that return types with arguments of type SubscriptionExceptionModifier and TypeMethodDescriptionNotificationServiceImpl.subscribe
(String topic, NotificationListener listener)