Uses of Enum Class
org.forgerock.openig.tools.notifications.ConnectionEvent
Package
Description
AM notifications service.
Web socket notifications service implementation.
-
Uses of ConnectionEvent in org.forgerock.openig.tools.notifications
Modifier and TypeMethodDescriptionstatic ConnectionEvent
Returns the enum constant of this class with the specified name.static ConnectionEvent[]
ConnectionEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic Consumer<ConnectionEvent>
DisconnectionStrategy.setup
(DisconnectionStrategy disconnectionStrategy, Runnable invalidateCache) For a givenDisconnectionStrategy
, setup a callback that is called based on the strategy.Modifier and TypeMethodDescriptionNotificationService.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
Modifier and TypeMethodDescriptionNotificationServiceImpl.addConnectionEventListener
(Consumer<ConnectionEvent> listener)