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