@FunctionalInterface public interface ServerAddressResolver
| Modifier and Type | Method and Description |
|---|---|
Set<ServerAddress> |
resolve(ServerAddress address)
Resolve the given address to a set of other addresses.
|
Set<ServerAddress> resolve(ServerAddress address)
address - the address to resolve.Copyright © 2018. All rights reserved.