Interface SrvRecordMailserverService

All Superinterfaces:
MailserverService
All Known Implementing Classes:
SrvRecordMailserverServiceImpl

public interface SrvRecordMailserverService extends MailserverService
  • 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 null if not configured.