Uses of Enum Class
org.forgerock.openig.tools.notifications.ConnectionEvent
Packages that use ConnectionEvent
Package
Description
AM notifications service.
Web socket notifications service implementation.
- 
Uses of ConnectionEvent in org.forgerock.openig.tools.notifications
Methods in org.forgerock.openig.tools.notifications that return ConnectionEventModifier and TypeMethodDescriptionstatic ConnectionEventReturns 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.Methods in org.forgerock.openig.tools.notifications that return types with arguments of type ConnectionEventModifier and TypeMethodDescriptionstatic 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 ConnectionEventModifier 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
Method parameters in org.forgerock.openig.tools.notifications.ws with type arguments of type ConnectionEventModifier and TypeMethodDescriptionNotificationServiceImpl.addConnectionEventListener(Consumer<ConnectionEvent> listener)