Package org.apache.pekko.pattern
Class BackoffSupervisor.CurrentChild
java.lang.Object
org.apache.pekko.pattern.BackoffSupervisor.CurrentChild
- All Implemented Interfaces:
Serializable,scala.Equals,scala.Product
- Enclosing class:
- BackoffSupervisor
public static final class BackoffSupervisor.CurrentChild
extends Object
implements scala.Product, Serializable
Send this message to the
BackoffSupervisor and it will reply with
BackoffSupervisor.CurrentChild containing the ActorRef of the current child, if any.- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanscala.Option<ActorRef>booleangetRef()Java API: TheActorRefof the current child, if anyinthashCode()intproductElement(int x$1) productElementName(int x$1) scala.collection.Iterator<Object>scala.Option<ActorRef>ref()toString()Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Product
productElementNames
-
Constructor Details
-
CurrentChild
-
-
Method Details
-
ref
-
getRef
Java API: TheActorRefof the current child, if any -
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
-