Class BehaviorTestKitImpl.Interceptor$

    • Constructor Detail

      • Interceptor$

        public Interceptor$()
    • Method Detail

      • aroundReceive

        public Behavior<java.lang.Object> aroundReceive​(TypedActorContext<java.lang.Object> ctx,
                                                        java.lang.Object msg,
                                                        BehaviorInterceptor.ReceiveTarget<java.lang.Object> target)
        Description copied from class: BehaviorInterceptor
        Intercept a message sent to the running actor. Pass the message on to the next behavior in the stack by passing it to target.apply, return Behaviors.same without invoking target to filter out the message.

        Specified by:
        aroundReceive in class BehaviorInterceptor<java.lang.Object,​java.lang.Object>
        Returns:
        The behavior for next message or signal