Class SuperviseBehavior<T>

java.lang.Object
org.apache.pekko.actor.typed.Behavior<T>
org.apache.pekko.actor.typed.SuperviseBehavior<T>

public class SuperviseBehavior<T> extends Behavior<T>
INTERNAL API A behavior type that could be supervised, Not for user extension.