Class StopSupervisor<T,Thr extends Throwable>
java.lang.Object
org.apache.pekko.actor.typed.BehaviorInterceptor<Object,I>
org.apache.pekko.actor.typed.internal.AbstractSupervisor<T,Thr>
org.apache.pekko.actor.typed.internal.SimpleSupervisor<T,Thr>
org.apache.pekko.actor.typed.internal.StopSupervisor<T,Thr>
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.pekko.actor.typed.BehaviorInterceptor
BehaviorInterceptor.PreStartTarget<T>, BehaviorInterceptor.ReceiveTarget<T>, BehaviorInterceptor.SignalTarget<T> -
Constructor Summary
ConstructorsConstructorDescriptionStopSupervisor(Behavior<T> initial, org.apache.pekko.actor.typed.SupervisorStrategy.Stop strategy, scala.reflect.ClassTag<Thr> evidence$3) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class org.apache.pekko.actor.typed.internal.SimpleSupervisor
aroundReceive, handleExceptionOnStart, handleReceiveException, handleSignalExceptionMethods inherited from class org.apache.pekko.actor.typed.internal.AbstractSupervisor
aroundSignal, aroundStart, dropped, isInstanceOfTheThrowableClass, isSame, log, log, toStringMethods inherited from class org.apache.pekko.actor.typed.BehaviorInterceptor
interceptMessageClass
-
Constructor Details
-
StopSupervisor
-
-
Method Details
-
handleException
- Overrides:
handleExceptionin classSimpleSupervisor<T,Thr extends Throwable>
-