Package akka.actor
Class LocalScope
- java.lang.Object
-
- akka.actor.LocalScope
-
- All Implemented Interfaces:
Scope
- Direct Known Subclasses:
LocalScope$
public abstract class LocalScope extends java.lang.Object implements Scope
When mergingDeployinstances usingwithFallback()on the left one, this is propagated to “merging” scopes in the same way. The setup is biased towards preferring the callee over the argument, i.e.a.withFallback(b)is called expecting thatashould in general take precedence.
-
-
Constructor Summary
Constructors Constructor Description LocalScope()
-
Method Summary
All Methods Static Methods Abstract Methods Concrete Methods Modifier and Type Method Description static booleancanEqual(java.lang.Object x$1)abstract static booleanequals(java.lang.Object that)static LocalScope$getInstance()static inthashCode()static intproductArity()static java.lang.ObjectproductElement(int x$1)static scala.collection.Iterator<java.lang.Object>productIterator()static java.lang.StringproductPrefix()static java.lang.StringtoString()static ScopewithFallback(Scope other)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface akka.actor.Scope
withFallback
-
-
-
-
Method Detail
-
getInstance
public static LocalScope$ getInstance()
-
productPrefix
public static java.lang.String productPrefix()
-
productArity
public static int productArity()
-
productElement
public static java.lang.Object productElement(int x$1)
-
productIterator
public static scala.collection.Iterator<java.lang.Object> productIterator()
-
canEqual
public static boolean canEqual(java.lang.Object x$1)
-
hashCode
public static int hashCode()
-
toString
public static java.lang.String toString()
-
equals
public abstract static boolean equals(java.lang.Object that)
-
-