[[["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."],[[["The webpage provides documentation for various versions of `InstantiatingExecutorProvider`, ranging from version 2.63.1 (latest) down to 2.7.1."],["`InstantiatingExecutorProvider` is an abstract class that implements `ExecutorProvider` and constructs a new `ScheduledExecutorService` with every `getExecutor()` call."],["The class provides methods to get the executor (`getExecutor()`), retrieve the number of threads (`getExecutorThreadCount()`), access the thread factory (`getThreadFactory()`), determine if auto-closing is needed (`shouldAutoClose()`), and create a new builder instance (`toBuilder()`)."],["There are static methods available for creating `InstantiatingExecutorProvider.Builder` instances, using either `newBuilder()` or `newIOBuilder()`."],["The class inherits members from the parent `java.lang.Object` class, including `clone`, `equals`, and `hashCode`, among others."]]],[]]