[[["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 of the `InstantiatingExecutorProvider` is 2.63.1, and the page also lists numerous prior versions, ranging from 2.62.0 down to 2.7.1."],["`InstantiatingExecutorProvider` is an `ExecutorProvider` that creates a new `ScheduledExecutorService` each time `getExecutor()` is called."],["This class inherits from `java.lang.Object` and implements the `ExecutorProvider` interface, with a list of inherited members from the `Object` class."],["Key methods include `getExecutor()`, `getExecutorThreadCount()`, `getThreadFactory()`, `newBuilder()`, `shouldAutoClose()`, and `toBuilder()`, which handle executor service retrieval, thread management, and builder functionalities."],["The `InstantiatingExecutorProvider` can be configured using a builder, which can be obtained via `newBuilder()` or `toBuilder()` methods, and allows you to name threads and choose if the thread executor should be auto-closed."]]],[]]