[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-15 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."]]],[]]