public class AddressResolverConfig extends Object
| Constructor and Description |
|---|
AddressResolverConfig() |
| Modifier and Type | Method and Description |
|---|---|
static io.vertx.core.dns.AddressResolverOptions |
getAddressResover(String tag)
get the target endpoints with custom address resolve config
|
static io.vertx.core.dns.AddressResolverOptions |
getAddressResover(String tag,
org.apache.commons.configuration.Configuration configSource)
get the target endpoints with custom address resolve config
|
public static io.vertx.core.dns.AddressResolverOptions getAddressResover(String tag)
tag - config tag, such as sc.consumer or cc.consumerpublic static io.vertx.core.dns.AddressResolverOptions getAddressResover(String tag, org.apache.commons.configuration.Configuration configSource)
tag - config tag, such as sc.consumer or cc.consumerconfigSource - get config from special config sourceCopyright © 2017–2018 The Apache Software Foundation. All rights reserved.