Interface ExecuteInSelfActor

    • Method Detail

      • executeInSelf

        void executeInSelf​(@NonNull Runnable runnable)
        Run a Runnable in the context of this actor.
        Parameters:
        runnable - Runnable to run