[[["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."],[[["The latest version available for `InstantiatingExecutorProvider` is 2.63.1, and there are numerous previous versions available for reference, going back to version 2.7.1."],["`InstantiatingExecutorProvider` is an abstract class that implements `ExecutorProvider` and constructs a new `ScheduledExecutorService` each time `getExecutor()` is invoked."],["It provides methods to retrieve the executor, define the number of threads, and specify a custom thread factory, using `getExecutor()`, `getExecutorThreadCount()` and `getThreadFactory()` respectively."],["The class includes functionality to determine if the executor should be automatically closed by the containing client, using `shouldAutoClose()`."],["Users can create new instances of this class or modify existing instances with the static method `newBuilder()` and `toBuilder()`, which return a `InstantiatingExecutorProvider.Builder` object."]]],[]]