Interface NodeTestTask.DynamicTaskState

  • Enclosing class:
    NodeTestTask<C extends EngineExecutionContext>
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    private static interface NodeTestTask.DynamicTaskState
    • Method Detail

      • awaitFinished

        void awaitFinished()
                    throws java.util.concurrent.CancellationException,
                           java.util.concurrent.ExecutionException,
                           java.lang.InterruptedException
        Throws:
        java.util.concurrent.CancellationException
        java.util.concurrent.ExecutionException
        java.lang.InterruptedException