org.apache.pekko.io.dns.DnsProtocol.Resolve
See theResolve companion object
final case class Resolve(name: String, requestType: RequestType) extends ConsistentHashable
Sending this to the internal.AsyncDnsManager will either lead to a Resolved or a pekko.actor.Status.Failure response. If request type are both, both resolutions must succeed or the response is a failure.
Attributes
- Companion
- object
- Source
- DnsProtocol.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait ConsistentHashableclass Objecttrait Matchableclass Any
Members list
In this article