| Interface | Description |
|---|---|
| DestinationConnectionStrategy |
Strategy used to determine to which destination to connect, and when to reconnect.
|
| Class | Description |
|---|---|
| DelegateDestinationConnectionStrategy |
A convenience class to make setting a
DestinationConnectionStrategy cleaner in logback's xml configuration
when using the strategies provided by logstash-logback-encoder. |
| DestinationConnectionStrategyWithTtl |
A
DestinationConnectionStrategy that will force a connection to be reestablished after a length of time has elapsed. |
| DestinationParser |
Constructs
InetSocketAddresses by parsing String values. |
| PreferPrimaryDestinationConnectionStrategy |
The first destination is considered the "primary" destination.
|
| RandomDestinationConnectionStrategy |
This strategy attempts connections to the destination in a random order.
|
| RoundRobinDestinationConnectionStrategy |
This strategy attempts connections to the destination in round robin order.
|
Copyright © 2019. All rights reserved.