public final class ClusterDaemon
extends java.lang.Object
implements akka.actor.Actor, akka.actor.ActorLogging, akka.dispatch.RequiresMessageQueue<akka.dispatch.UnboundedMessageQueueSemantics>
Supervisor managing the different Cluster daemons.
Constructor and Description |
---|
ClusterDaemon(ClusterSettings settings) |
Modifier and Type | Method and Description |
---|---|
scala.Option<akka.actor.ActorRef> |
coreSupervisor() |
void |
createChildren() |
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
akka$actor$Actor$_setter_$context_$eq, akka$actor$Actor$_setter_$self_$eq, aroundPostRestart, aroundPostStop, aroundPreRestart, aroundPreStart, aroundReceive, context, postRestart, postStop, preRestart, preStart, self, sender, supervisorStrategy, unhandled
public ClusterDaemon(ClusterSettings settings)