Uses of Interface
org.forgerock.openig.tools.notifications.NotificationService.Registration
-
Packages that use NotificationService.Registration Package Description org.forgerock.openig.tools.notifications AM notifications service.org.forgerock.openig.tools.notifications.ws Web socket notifications service implementation. -
-
Uses of NotificationService.Registration in org.forgerock.openig.tools.notifications
Methods in org.forgerock.openig.tools.notifications that return types with arguments of type NotificationService.Registration Modifier and Type Method Description Promise<NotificationService.Registration,NeverThrowsException>
NotificationService. addConnectionEventListener(Consumer<ConnectionEvent> listener)
Registers asynchronously a listener that will be notified on connection/disconnection events. -
Uses of NotificationService.Registration in org.forgerock.openig.tools.notifications.ws
Methods in org.forgerock.openig.tools.notifications.ws that return types with arguments of type NotificationService.Registration Modifier and Type Method Description Promise<NotificationService.Registration,NeverThrowsException>
NotificationServiceImpl. addConnectionEventListener(Consumer<ConnectionEvent> listener)
Promise<NotificationService.Registration,NeverThrowsException>
SubscriptionService. addConnectionEventListener(Consumer<ConnectionEvent> listener)
-