trait DnsProvider extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- DnsProvider
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- Protected
Abstract Value Members
- abstract def actorClass: Class[_ <: Actor]
DNS resolver actor.
DNS resolver actor. Should respond to with akka.io.dns.DnsProtocol.Resolved
- abstract def managerClass: Class[_ <: Actor]
DNS manager class.
DNS manager class. Is responsible for creating resolvers and doing any cache cleanup. The DNS extension will create one of these Actors. It should have a ctr that accepts a DnsExt
Where as it is possible to plug in alternative DNS implementations it is not recommended.
It is expected that this will be deprecated/removed in future Akka versions
TODO make private and remove deprecated in 2.7.0
(Since version 2.6.0) Overriding the DNS implementation will be removed in future versions of Akka