Package | Description |
---|---|
net.jodah.lyra.config |
Modifier and Type | Interface and Description |
---|---|
interface |
ConfigurableChannel
Configurable Channel.
|
interface |
ConfigurableConnection
Configurable Connection.
|
interface |
ConnectionConfig
Connection related configuration. |
Modifier and Type | Class and Description |
---|---|
class |
Config
Lyra configuration.
|
Modifier and Type | Method and Description |
---|---|
ChannelConfig |
ChannelConfig.withChannelListeners(ChannelListener... channelListeners)
Sets the
channelListeners to call on channel related events. |
ChannelConfig |
ChannelConfig.withChannelRecoveryPolicy(RecoveryPolicy recoveryPolicy)
Sets the
recoveryPolicy to use for recovering the channel. |
ChannelConfig |
ChannelConfig.withChannelRetryPolicy(RetryPolicy retryPolicy)
Sets the
retryPolicy to use for retrying failed invocations on the channel. |
Copyright © 2016. All rights reserved.