Class Behaviors.Supervise$
java.lang.Object
org.apache.pekko.actor.typed.scaladsl.Behaviors.Supervise$
- Enclosing class:
- Behaviors
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Behaviors.Supervise$Static reference to the singleton instance of this Scala object. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal <T> booleanequals$extension(Behaviors.Supervise<T> $this, Object x$1) final <T> inthashCode$extension(Behaviors.Supervise<T> $this) final <Thr extends Throwable,T>
scala.reflect.ClassTag<scala.runtime.Nothing$>onFailure$default$2$extension(Behaviors.Supervise<T> $this, SupervisorStrategy strategy) final <Thr extends Throwable,T>
SuperviseBehavior<T>onFailure$extension(Behaviors.Supervise<T> $this, SupervisorStrategy strategy, scala.reflect.ClassTag<Thr> tag)
-
Field Details
-
MODULE$
Static reference to the singleton instance of this Scala object.
-
-
Constructor Details
-
Supervise$
public Supervise$()
-
-
Method Details
-
onFailure$extension
public final <Thr extends Throwable,T> SuperviseBehavior<T> onFailure$extension(Behaviors.Supervise<T> $this, SupervisorStrategy strategy, scala.reflect.ClassTag<Thr> tag) -
onFailure$default$2$extension
public final <Thr extends Throwable,T> scala.reflect.ClassTag<scala.runtime.Nothing$> onFailure$default$2$extension(Behaviors.Supervise<T> $this, SupervisorStrategy strategy) -
hashCode$extension
-
equals$extension
-