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