Actor.emptyBehavior$, Actor.ignoringBehavior$
Constructor and Description |
---|
InetAddressDnsResolver(SimpleDnsCache cache,
com.typesafe.config.Config config) |
Modifier and Type | Method and Description |
---|---|
long |
negativeTtl() |
long |
positiveTtl() |
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive()
This defines the initial actor behavior, it must return a partial function
with the actor logic.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, supervisorStrategy, unhandled
public InetAddressDnsResolver(SimpleDnsCache cache, com.typesafe.config.Config config)