Provides an interface to either build a ScheduledExecutorService or provide a fixed
ScheduledExecutorService that will be used to make calls to a service.
[[["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."],[[["This webpage documents the `ExecutorProvider` interface, which is used to manage `ScheduledExecutorService` instances for making service calls."],["The `ExecutorProvider` interface includes two main methods: `getExecutor()`, which retrieves the `ScheduledExecutorService`, and `shouldAutoClose()`, which determines if the client should automatically close the executor."],["The latest version of `ExecutorProvider` is 2.63.1, and the page contains documentation links for versions ranging from 2.63.1 down to 2.7.1."],["The `getExecutor()` method returns a `ScheduledExecutorService`, which is a Java interface for executing tasks, while the `shouldAutoClose()` method returns a boolean value."]]],[]]