public class SimpleDnsManager extends java.lang.Object implements Actor, RequiresMessageQueue<UnboundedMessageQueueSemantics>, ActorLogging
Actor.emptyBehavior$, Actor.ignoringBehavior$
Constructor and Description |
---|
SimpleDnsManager(DnsExt ext) |
Modifier and Type | Method and Description |
---|---|
DnsExt |
ext() |
void |
postStop()
User overridable callback.
|
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, preRestart, preStart, self, sender, supervisorStrategy, unhandled
_log, log
public SimpleDnsManager(DnsExt ext)