Class LocalScope$

java.lang.Object
org.apache.pekko.actor.LocalScope
org.apache.pekko.actor.LocalScope$
All Implemented Interfaces:
Serializable, Scope, scala.Equals, scala.Product

public class LocalScope$ extends LocalScope implements scala.Product, Serializable
The Local Scope is the default one, which is assumed on all deployments which do not set a different scope. It is also the only scope handled by the LocalActorRefProvider.
See Also:
  • Field Details

    • MODULE$

      public static final LocalScope$ MODULE$
      Static reference to the singleton instance of this Scala object.
  • Constructor Details

    • LocalScope$

      public LocalScope$()
  • Method Details