Package io.vertx.core.dns
Interface MxRecord
- 
public interface MxRecordRepresent a Mail-Exchange-Record (MX) which was resolved for a domain.- Author:
 - Norman Maurer
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stringname()The name of the MX recordintpriority()The priority of the MX record.longttl()The record time to live 
 - 
 
- 
- 
Method Detail
- 
ttl
long ttl()
The record time to live 
- 
priority
int priority()
The priority of the MX record. 
- 
name
String name()
The name of the MX record 
 - 
 
 -