Package akka.actor.typed
Interface BehaviorInterceptor.PreStartTarget<T>
-
- Enclosing class:
- BehaviorInterceptor<Outer,Inner>
public static interface BehaviorInterceptor.PreStartTarget<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Behavior<T>
start(TypedActorContext<?> ctx)
-
-
-
Method Detail
-
start
Behavior<T> start(TypedActorContext<?> ctx)
-
-