| Package | Description |
|---|---|
| net.jodah.lyra.config |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConfigurableConnection
Configurable Connection.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Config
Lyra configuration.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionConfig |
ConnectionConfig.withConnectionListeners(ConnectionListener... connectionListeners)
Sets the
connectionListeners to call on connection related events. |
ConnectionConfig |
ConnectionConfig.withConnectionRecoveryPolicy(RecoveryPolicy recoveryPolicy)
Sets the policy to use for the recovery of Connections after an unexpected Connection closure.
|
ConnectionConfig |
ConnectionConfig.withConnectionRetryPolicy(RetryPolicy retryPolicy)
Sets the policy to use for handling
Connection invocation errors. |
Copyright © 2014. All rights reserved.