@NotThreadSafe
public interface FailoverRequestBalancingStrategy
Modifier and Type | Method and Description |
---|---|
SocketAddress |
nextServer(Set<SocketAddress> failedServers) |
void |
setServers(Collection<SocketAddress> servers)
Inform the strategy about the currently alive servers.
|
void setServers(Collection<SocketAddress> servers)
servers
- SocketAddress nextServer(Set<SocketAddress> failedServers)
failedServers
- Copyright © 2021 JBoss by Red Hat. All rights reserved.