[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-02 UTC."],[[["This webpage documents various versions of the `InstantiatingExecutorProvider` class, ranging from version 2.7.1 up to the latest version 2.63.1."],["The `InstantiatingExecutorProvider` class is an `ExecutorProvider` that generates a new `ScheduledExecutorService` each time the `getExecutor()` method is invoked."],["Key methods of the `InstantiatingExecutorProvider` include `getExecutor()`, which retrieves the executor, `getExecutorThreadCount()`, which specifies the number of threads, `getThreadFactory()`, which returns a thread factory, and `shouldAutoClose()`, which indicates if the executor should be closed by the client."],["The class also includes static methods `newBuilder()` and `newIOBuilder()` that returns an instance of `InstantiatingExecutorProvider.Builder` class."],["There are a list of inherited methods that can be accessed within the class including `clone()`, `equals()`, `finalize()`, `getClass()`, `hashCode()`, `notify()`, `notifyAll()`, `toString()`, `wait()`."]]],[]]