object Dns extends ExtensionId[DnsExt] with ExtensionIdProvider
Ordering
- Alphabetic
- By Inheritance
Inherited
- Dns
- ExtensionIdProvider
- ExtensionId
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
Value Members
-
def
apply(system: ActorSystem): DnsExt
Returns an instance of the extension identified by this ExtensionId instance.
Returns an instance of the extension identified by this ExtensionId instance.
- Definition Classes
- ExtensionId
- def cached(name: String)(system: ActorSystem): Option[Resolved]
-
def
createExtension(system: ExtendedActorSystem): DnsExt
Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.
Is used by Akka to instantiate the Extension identified by this ExtensionId, internal use only.
- Definition Classes
- Dns → ExtensionId
-
final
def
equals(other: Any): Boolean
- Definition Classes
- ExtensionId → AnyRef → Any
-
def
get(system: ActorSystem): DnsExt
Java API: retrieve the Udp extension for the given system.
Java API: retrieve the Udp extension for the given system.
- Definition Classes
- Dns → ExtensionId
-
final
def
hashCode(): Int
- Definition Classes
- ExtensionId → AnyRef → Any
-
def
lookup(): Dns.type
Returns the canonical ExtensionId for this Extension
Returns the canonical ExtensionId for this Extension
- Definition Classes
- Dns → ExtensionIdProvider
- def resolve(name: String)(system: ActorSystem, sender: ActorRef): Option[Resolved]
- object Resolved extends Serializable