Interface ManagedExecutorServiceSupplier

    • Method Detail

      • setExecutorServiceProvider

        void setExecutorServiceProvider​(java.util.function.Supplier<? extends CloseableExecutorService> provider)
        Parameters:
        provider - The Supplier of CloseableExecutorService-s to be used when asynchronous execution is required. If null then a single-threaded ad-hoc service is used.