| Package | Description | 
|---|---|
| io.vertx.reactivex.core.dns | 
| Modifier and Type | Field and Description | 
|---|---|
static io.vertx.lang.rx.TypeArg<MxRecord> | 
MxRecord.__TYPE_ARG  | 
| Modifier and Type | Method and Description | 
|---|---|
static MxRecord | 
MxRecord.newInstance(MxRecord arg)  | 
| Modifier and Type | Method and Description | 
|---|---|
Single<List<MxRecord>> | 
DnsClient.rxResolveMX(String name)
Try to resolve the MX records for the given name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DnsClient | 
DnsClient.resolveMX(String name,
         Handler<AsyncResult<List<MxRecord>>> handler)
Try to resolve the MX records for the given name. 
 | 
Copyright © 2021 Eclipse. All rights reserved.