[[["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-09 UTC."],[[["This page details the `InstantiatingExecutorProvider` class, which is an `ExecutorProvider` that generates a new `ScheduledExecutorService` each time `getExecutor()` is invoked."],["The latest version of this class is 2.63.1, and the provided information pertains to version 2.30.1, with a list of other previous versions also provided for reference."],["The `InstantiatingExecutorProvider` class inherits properties from `java.lang.Object` and implements the `ExecutorProvider` interface."],["The class offers static methods `newBuilder()` and `newIOBuilder()`, both returning an `InstantiatingExecutorProvider.Builder`, as well as instance methods to `getExecutor()`, `getExecutorThreadCount()`, `getThreadFactory()` and `shouldAutoClose()`."],["You can change the properties of the `InstantiatingExecutorProvider` with the `toBuilder()` method."]]],[]]