Package akka.actor

Class LocalScope

  • All Implemented Interfaces:
    Scope
    Direct Known Subclasses:
    LocalScope$

    public abstract class LocalScope
    extends java.lang.Object
    implements Scope
    When merging Deploy instances using withFallback() 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 that a should in general take precedence.
    • Constructor Detail

      • LocalScope

        public LocalScope()
    • Method Detail

      • getInstance

        public static LocalScope$ getInstance()
      • withFallback

        public static Scope withFallback​(Scope other)
      • 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)