Package org.apache.pekko.actor
Class ChildRestartStats$
java.lang.Object
scala.runtime.AbstractFunction3<ActorRef,Object,Object,ChildRestartStats>
org.apache.pekko.actor.ChildRestartStats$
- All Implemented Interfaces:
Serializable,scala.Function3<ActorRef,Object, Object, ChildRestartStats>
public class ChildRestartStats$
extends scala.runtime.AbstractFunction3<ActorRef,Object,Object,ChildRestartStats>
implements Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ChildRestartStats$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintlongintlongfinal StringtoString()unapply(ChildRestartStats x$0) Methods inherited from class scala.runtime.AbstractFunction3
curried, tupledMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface scala.Function3
apply
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
ChildRestartStats$
public ChildRestartStats$()
-
-
Method Details
-
$lessinit$greater$default$2
public int $lessinit$greater$default$2() -
$lessinit$greater$default$3
public long $lessinit$greater$default$3() -
toString
- Specified by:
toStringin interfacescala.Function3<ActorRef,Object, Object, ChildRestartStats> - Overrides:
toStringin classscala.runtime.AbstractFunction3<ActorRef,Object, Object, ChildRestartStats>
-
apply
public ChildRestartStats apply(ActorRef child, int maxNrOfRetriesCount, long restartTimeWindowStartNanos) -
apply$default$2
public int apply$default$2() -
apply$default$3
public long apply$default$3() -
unapply
-