Uses of Class
org.forgerock.openig.tools.am.NotificationsConfig.Builder
Packages that use NotificationsConfig.Builder
-
Uses of NotificationsConfig.Builder in org.forgerock.openig.tools.am
Methods in org.forgerock.openig.tools.am that return NotificationsConfig.BuilderModifier and TypeMethodDescriptionNotificationsConfig.Builder.connectionTimeout(Duration timeout) Set the connection timeout of the websocket.NotificationsConfig.Builder.heartbeat(Duration interval, ScheduledExecutorService executorService) Set the interval and executorService which will be used to send Websocket heartbeats.NotificationsConfig.Builder.idleTimeout(Duration timeout) Set the idle timeout of the Websocket connection.NotificationsConfig.Builder.initialConnectionAttempts(int attemptCount) Set the number of retries allowed to set up the first connection to the notification service.NotificationsConfig.Builder.proxyOptions(ProxyOptions proxyOptions) Set the theProxyOptionsto use for the websocket connection.NotificationsConfig.Builder.reconnectDelay(Duration reconnectDelay) Set the reconnection delay used when notification service is disconnected.NotificationsConfig.Builder.renewalDelay(Duration renewalDelay) Set the renewal delay of the websocket connection.NotificationsConfig.Builder.tlsOptions(ClientTlsOptions tlsOptions) Set the options to use when establishing secure connection to the WS endpoint.NotificationsConfig.Builder.vertxConfig(JsonValue vertxConfig) Set the vertx configuration to pass to the underlying WebSocket provider.