Resolve

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

override def consistentHashKey: Any

Attributes

Definition Classes
Source
DnsProtocol.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product