Package | Description |
---|---|
org.forgerock.openig.tools.notifications.ws |
Web socket notifications service implementation.
|
org.forgerock.util.generator |
Provides an abstraction of identifiers generators.
|
Constructor and Description |
---|
TyrusNotificationService(URI uri,
IdGenerator idGenerator,
javax.websocket.ClientEndpointConfig.Configurator configurator,
Duration reconnectDelay,
TlsOptions tlsOptions)
Constructs a web-socket client with the given
uri , ID generator , configurator
and reconnection delay. |
Modifier and Type | Class and Description |
---|---|
static class |
IdGenerator.SequenceUuidIdGenerator
Default implementation of the
IdGenerator that will output some ids based on the following pattern :
<uuid> + '-' + an incrementing sequence . |
Modifier and Type | Field and Description |
---|---|
static IdGenerator |
IdGenerator.DEFAULT
The default implementation of
IdGenerator . |
Copyright 2011-2017 ForgeRock AS.