Interface ExecutorProvider

  • All Known Implementing Classes:
    FixedExecutorProvider, InstantiatingExecutorProvider

    public interface ExecutorProvider
    Provides an interface to either build a ScheduledExecutorService or provide a fixed ScheduledExecutorService that will be used to make calls to a service.
    • Method Detail

      • shouldAutoClose

        boolean shouldAutoClose()
        Indicates whether the executor should be closed by the containing client class.