-
Set the max number of concurrent operations supported by the ExecutorService
BoundedExecutorServiceWrapper.Builder.withExecutorService(Supplier<com.google.common.util.concurrent.ListeningExecutorService> executorServiceSupplier)
Provide a custom executor service supplier.
BoundedExecutorServiceWrapper.Builder.withShutdownTimeout(org.joda.time.Duration shutdownTimeout)
Set the timeout duration for shutting down the executor service.
Set the thread pool name used by the executor service that is managed by the wrapper.