Package | Description |
---|---|
org.forgerock.openig.tools.notifications |
AM notifications service.
|
org.forgerock.openig.tools.notifications.ws |
Web socket notifications service implementation.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
Promise<NotificationService.Registration,NeverThrowsException> |
NotificationService.addConnectionEventListener(Consumer<ConnectionEvent> listener)
Registers asynchronously a listener that will be notified on connection/disconnection events.
|
Modifier and Type | Method and Description |
---|---|
Promise<NotificationService.Registration,NeverThrowsException> |
TyrusNotificationService.addConnectionEventListener(Consumer<ConnectionEvent> listener) |
Copyright 2011-2017 ForgeRock AS.