Interface BehaviorInterceptor.ReceiveTarget<T>

  • Enclosing class:
    BehaviorInterceptor<O,​I>

    public static interface BehaviorInterceptor.ReceiveTarget<T>
    • Method Detail

      • signalRestart

        void signalRestart​(TypedActorContext<?> ctx)
        INTERNAL API

        Signal that the received message will result in a simulated restart by the BehaviorInterceptor. A PreRestart will be sent to the current behavior but the returned Behavior is ignored as a restart is taking place.

        Parameters:
        ctx - (undocumented)