public final class ClusterCoreSupervisor
extends java.lang.Object
implements akka.actor.Actor, akka.actor.ActorLogging, akka.dispatch.RequiresMessageQueue<akka.dispatch.UnboundedMessageQueueSemantics>
ClusterCoreDaemon and ClusterDomainEventPublisher can't be restarted because the state would be obsolete. Shutdown the member if any those actors crashed.
Constructor and Description |
---|
ClusterCoreSupervisor() |
Modifier and Type | Method and Description |
---|---|
scala.Option<akka.actor.ActorRef> |
coreDaemon() |
void |
createChildren() |
void |
postStop() |
scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> |
receive() |
akka.actor.OneForOneStrategy |
supervisorStrategy() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public scala.Option<akka.actor.ActorRef> coreDaemon()
public void createChildren()
public akka.actor.OneForOneStrategy supervisorStrategy()
supervisorStrategy
in interface akka.actor.Actor
public void postStop()
postStop
in interface akka.actor.Actor
public scala.PartialFunction<java.lang.Object,scala.runtime.BoxedUnit> receive()
receive
in interface akka.actor.Actor