Package de.adrianlange.mcd.model
Interface SrvRecordMailserverService
- All Superinterfaces:
MailserverService
- All Known Implementing Classes:
SrvRecordMailserverServiceImpl
-
Method Summary
Methods inherited from interface de.adrianlange.mcd.model.MailserverService
getConfigurationMethod, getHost, getPort, getPriority, getProtocol, getSocketType
-
Method Details
-
getWeight
Integer getWeight()If two services have the same priority, their selection should be based on their weight. If there are two services, one with weight 7 and one with weight 3, the first one should be taken in 70% of cases. This way a load balancing can be configured.- Returns:
- Weight or
nullif not configured.
-