Package org.apache.pekko.actor
Class LocalScope$
java.lang.Object
org.apache.pekko.actor.LocalScope
org.apache.pekko.actor.LocalScope$
- All Implemented Interfaces:
Serializable,Scope,scala.Equals,scala.Product
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 Summary
FieldsModifier and TypeFieldDescriptionstatic final LocalScope$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanJava API: get the singleton instanceinthashCode()intproductElement(int x$1) scala.collection.Iterator<Object>toString()withFallback(Scope other) Methods inherited from class org.apache.pekko.actor.LocalScope
equals, productElementName, productElementNamesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Equals
equalsMethods inherited from interface scala.Product
productElementName, productElementNamesMethods inherited from interface org.apache.pekko.actor.Scope
withFallback
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
LocalScope$
public LocalScope$()
-
-
Method Details
-
getInstance
Java API: get the singleton instance- Overrides:
getInstancein classLocalScope
-
withFallback
- Overrides:
withFallbackin classLocalScope
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product- Overrides:
productPrefixin classLocalScope
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product- Overrides:
productArityin classLocalScope
-
productElement
- Specified by:
productElementin interfacescala.Product- Overrides:
productElementin classLocalScope
-
productIterator
- Specified by:
productIteratorin interfacescala.Product- Overrides:
productIteratorin classLocalScope
-
canEqual
- Specified by:
canEqualin interfacescala.Equals- Overrides:
canEqualin classLocalScope
-
hashCode
public int hashCode()- Overrides:
hashCodein classLocalScope
-
toString
- Overrides:
toStringin classLocalScope
-