Interface IvyAsyncExecutor.ExecutorOptions

Enclosing interface:
IvyAsyncExecutor

public static interface IvyAsyncExecutor.ExecutorOptions
Options for the custom executor service used by the IvyAsyncExecutor provided via IvyAsyncExecutor.executor(ExecutorService, ExecutorOptions).

Sample:


 ExecutorOptions options = IvyAsyncExecutor.ExecutorOptions.builder()
 .shutdownAutomatically(false)
 .build();
 

Since:
13.2
API:
This is a public API.