Interface ThreadedTestSupport.MultiThreadedExecution<T extends java.lang.Throwable>

  • Enclosing class:
    ThreadedTestSupport
    Functional Interface:
    This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

    @FunctionalInterface
    public static interface ThreadedTestSupport.MultiThreadedExecution<T extends java.lang.Throwable>
    Multi-threaded execution.
    • Method Detail

      • waitForCompletion

        void waitForCompletion()
                        throws T extends java.lang.Throwable
        Waits for completion of all threads.
        Throws:
        T - If failure in a thread.
        T extends java.lang.Throwable