Uses of Class
org.forgerock.openig.tools.notifications.ConnectionEvent
-
Packages that use ConnectionEvent Package Description org.forgerock.openig.tools.notifications AM notifications service.org.forgerock.openig.tools.notifications.ws Web socket notifications service implementation. -
-
Uses of ConnectionEvent in org.forgerock.openig.tools.notifications
Methods in org.forgerock.openig.tools.notifications that return ConnectionEvent Modifier and Type Method Description static ConnectionEvent
ConnectionEvent. valueOf(String name)
Returns the enum constant of this type with the specified name.static ConnectionEvent[]
ConnectionEvent. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.openig.tools.notifications that return types with arguments of type ConnectionEvent Modifier and Type Method Description static Consumer<ConnectionEvent>
DisconnectionStrategy. setup(DisconnectionStrategy disconnectionStrategy, Runnable invalidateCache)
For a givenDisconnectionStrategy
, setup a callback that is called based on the strategy.Method parameters in org.forgerock.openig.tools.notifications with type arguments of type ConnectionEvent 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 ConnectionEvent in org.forgerock.openig.tools.notifications.ws
Method parameters in org.forgerock.openig.tools.notifications.ws with type arguments of type ConnectionEvent Modifier and Type Method Description Promise<NotificationService.Registration,NeverThrowsException>
NotificationServiceImpl. addConnectionEventListener(Consumer<ConnectionEvent> listener)
-