public class SupervisorInfo
extends java.lang.Object
implements scala.Product, scala.Serializable
param: system an ActorSystem used for spawning actors of a component. Each component has it's own actorSystem. The container keeps all the actorSystems for all components with it and shuts them down when a Shutdown message is received by a container. param: component represents a supervisor actor reference and componentInfo
Constructor and Description |
---|
SupervisorInfo(akka.actor.ActorSystem system,
Component component) |
Modifier and Type | Method and Description |
---|---|
abstract static boolean |
canEqual(java.lang.Object that) |
Component |
component() |
abstract static boolean |
equals(java.lang.Object that) |
abstract static int |
productArity() |
abstract static java.lang.Object |
productElement(int n) |
static scala.collection.Iterator<java.lang.Object> |
productIterator() |
static java.lang.String |
productPrefix() |
akka.actor.ActorSystem |
system() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public SupervisorInfo(akka.actor.ActorSystem system, Component component)
public abstract static boolean canEqual(java.lang.Object that)
public abstract static boolean equals(java.lang.Object that)
public abstract static java.lang.Object productElement(int n)
public abstract static int productArity()
public static scala.collection.Iterator<java.lang.Object> productIterator()
public static java.lang.String productPrefix()
public akka.actor.ActorSystem system()
public Component component()