Uses of Interface
org.forgerock.openig.tools.notifications.Subscription
Package
Description
AM notifications service.
Web socket notifications service implementation.
-
Uses of Subscription in org.forgerock.openig.tools.notifications
Modifier and TypeMethodDescriptionNotificationService.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
Modifier and TypeMethodDescriptionNotificationServiceImpl.subscribe
(String topic, NotificationListener listener)