Package akka.discovery.dns
Class DnsServiceDiscovery$
- java.lang.Object
 - 
- akka.discovery.dns.DnsServiceDiscovery$
 
 
- 
public class DnsServiceDiscovery$ extends java.lang.ObjectINTERNAL API 
- 
- 
Field Summary
Fields Modifier and Type Field Description static DnsServiceDiscovery$MODULE$Static reference to the singleton instance of this Scala object. 
- 
Constructor Summary
Constructors Constructor Description DnsServiceDiscovery$() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceDiscovery.ResolvedsrvRecordsToResolved(java.lang.String srvRequest, DnsProtocol.Resolved resolved) 
 - 
 
- 
- 
Field Detail
- 
MODULE$
public static final DnsServiceDiscovery$ MODULE$
Static reference to the singleton instance of this Scala object. 
 - 
 
- 
Method Detail
- 
srvRecordsToResolved
public ServiceDiscovery.Resolved srvRecordsToResolved(java.lang.String srvRequest, DnsProtocol.Resolved resolved)
 
 - 
 
 -