Uses of Interface
org.forgerock.openig.tools.notifications.NotificationListener
Packages that use NotificationListener
Package
Description
AM notifications service.
Web socket notifications service implementation.
-
Uses of NotificationListener in org.forgerock.openig.tools.notifications
Methods in org.forgerock.openig.tools.notifications with parameters of type NotificationListenerModifier 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 NotificationListener in org.forgerock.openig.tools.notifications.ws
Methods in org.forgerock.openig.tools.notifications.ws with parameters of type NotificationListenerModifier and TypeMethodDescriptionNotificationServiceImpl.subscribe(String topic, NotificationListener listener)