Package org.apache.pekko.remote
Class RemoteScope
java.lang.Object
org.apache.pekko.remote.RemoteScope
- All Implemented Interfaces:
Serializable,Scope,scala.Equals,scala.Product
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RemoteScopebooleanbooleaninthashCode()node()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>toString()static scala.Option<Address>unapply(RemoteScope x$0) withFallback(Scope other) When mergingpekko.actor.Deployinstances usingwithFallback()on the left one, this is propagated to “merging” scopes in the same way.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
RemoteScope
-
-
Method Details
-
apply
-
unapply
-
node
-
withFallback
Description copied from interface:ScopeWhen mergingpekko.actor.Deployinstances 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.- Specified by:
withFallbackin interfaceScope
-
copy
-
copy$default$1
-
productPrefix
- Specified by:
productPrefixin interfacescala.Product
-
productArity
public int productArity()- Specified by:
productArityin interfacescala.Product
-
productElement
- Specified by:
productElementin interfacescala.Product
-
productIterator
- Specified by:
productIteratorin interfacescala.Product
-
canEqual
- Specified by:
canEqualin interfacescala.Equals
-
productElementName
- Specified by:
productElementNamein interfacescala.Product
-
hashCode
public int hashCode() -
toString
-
equals
-