[[["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."],[[["This webpage details the `FixedExecutorProvider` class in the Google API Client Library for Java, which implements `ExecutorProvider` and consistently uses the same executor."],["The latest version of `FixedExecutorProvider` is 2.63.1, with an extensive list of previous versions available, ranging down to version 2.7.1."],["`FixedExecutorProvider` has a static `create` method that takes a `ScheduledExecutorService` to create an instance of the provider, which is also the return type of the `create` method."],["The `getExecutor()` method returns the `ScheduledExecutorService` that the `FixedExecutorProvider` is using, and `shouldAutoClose()` will return a boolean indicating if the executor should be closed by the client class."]]],[]]