Package org.apache.pekko.actor
Class LocalScope$
- java.lang.Object
- 
- org.apache.pekko.actor.LocalScope
- 
- org.apache.pekko.actor.LocalScope$
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- Scope,- scala.Equals,- scala.Product
 
 public class LocalScope$ extends LocalScope implements scala.Product, java.io.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:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description static LocalScope$MODULE$Static reference to the singleton instance of this Scala object.
 - 
Constructor SummaryConstructors Constructor Description LocalScope$()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanEqual(java.lang.Object x$1)LocalScope$getInstance()Java API: get the singleton instanceinthashCode()intproductArity()java.lang.ObjectproductElement(int x$1)scala.collection.Iterator<java.lang.Object>productIterator()java.lang.StringproductPrefix()java.lang.StringtoString()ScopewithFallback(Scope other)- 
Methods inherited from class org.apache.pekko.actor.LocalScopeequals, productElementName, productElementNames
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.apache.pekko.actor.ScopewithFallback
 
- 
 
- 
- 
- 
Field Detail- 
MODULE$public static final LocalScope$ MODULE$ Static reference to the singleton instance of this Scala object.
 
- 
 - 
Method Detail- 
getInstancepublic LocalScope$ getInstance() Java API: get the singleton instance- Overrides:
- getInstancein class- LocalScope
 
 - 
withFallbackpublic Scope withFallback(Scope other) - Overrides:
- withFallbackin class- LocalScope
 
 - 
productPrefixpublic java.lang.String productPrefix() - Specified by:
- productPrefixin interface- scala.Product
- Overrides:
- productPrefixin class- LocalScope
 
 - 
productAritypublic int productArity() - Specified by:
- productArityin interface- scala.Product
- Overrides:
- productArityin class- LocalScope
 
 - 
productElementpublic java.lang.Object productElement(int x$1) - Specified by:
- productElementin interface- scala.Product
- Overrides:
- productElementin class- LocalScope
 
 - 
productIteratorpublic scala.collection.Iterator<java.lang.Object> productIterator() - Specified by:
- productIteratorin interface- scala.Product
- Overrides:
- productIteratorin class- LocalScope
 
 - 
canEqualpublic boolean canEqual(java.lang.Object x$1) - Specified by:
- canEqualin interface- scala.Equals
- Overrides:
- canEqualin class- LocalScope
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- LocalScope
 
 - 
toStringpublic java.lang.String toString() - Overrides:
- toStringin class- LocalScope
 
 
- 
 
-