[[["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 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."]]],[]]