[[["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-07 UTC."],[[["This webpage details the `InstantiatingExecutorProvider` class, which is an `ExecutorProvider` that generates a new `ScheduledExecutorService` each time `getExecutor()` is invoked."],["The latest version of `InstantiatingExecutorProvider` is 2.63.1, and the page lists versions back to 2.7.1, with each version having a link to its documentation."],["`InstantiatingExecutorProvider` inherits from `java.lang.Object` and implements the `ExecutorProvider` interface."],["The class offers static methods `newBuilder()` and `newIOBuilder()` for creating instances using a builder pattern."],["Key methods include `getExecutor()` to retrieve the executor, `getExecutorThreadCount()` to get the number of threads, `getThreadFactory()` to get the thread factory and `shouldAutoClose()` to see if the executor will close on it's own, and `toBuilder()` to get a new builder."]]],[]]