Package org.apache.pekko.actor.typed
Interface BehaviorInterceptor.PreStartTarget<T>
-
- Enclosing class:
- BehaviorInterceptor<Outer,Inner>
public static interface BehaviorInterceptor.PreStartTarget<T>Abstraction of passing the on further in the behavior stack inBehaviorInterceptor.aroundStart(org.apache.pekko.actor.typed.TypedActorContext<Outer>, org.apache.pekko.actor.typed.BehaviorInterceptor.PreStartTarget<Inner>).Not for user extension
-
-
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)
-
-