| Modifier and type | Action and description |
|---|---|
| void | configure(Binder) |
| java.util.concurrent.ExecutorService | provideJvmExecutorService(Provider<T>,Provider<T>,Provider<T>)
Construct a JVM executor service. |
| java.util.concurrent.ScheduledExecutorService | provideJvmScheduledExecutorService(Provider<T>,Provider<T>)
Construct a JVM scheduled executor service. |
| QuietThreadExecutorPolicy | provideQuietThreadExecutorPolicy
Construct a QuietThreadExecutorPolicy. |
| java.util.concurrent.RejectedExecutionHandler | provideRejectedExecutionHandler(Provider<T>,Provider<T>,Injector)
Construct a handler for tasks that cannot be executed by a ThreadPoolExecutor. |
| VerboseThreadExecutorPolicy | providesVerboseThreadExecutorPolicy(Provider<T>)
Construct a VerboseThreadExecutorPolicy. |
| java.lang.Thread.UncaughtExceptionHandler | providetUncaughtExceptionHandler(Provider<T>,Provider<T>,Injector)
Construct a handler for exceptions that are not catched. |
def configure(Binder)
def provideJvmExecutorService(Provider<T>,Provider<T>,Provider<T>) : java.util.concurrent.ExecutorService
def provideJvmScheduledExecutorService(Provider<T>,Provider<T>) : java.util.concurrent.ScheduledExecutorService
def provideQuietThreadExecutorPolicy : QuietThreadExecutorPolicy
QuietThreadExecutorPolicy.
def provideRejectedExecutionHandler(Provider<T>,Provider<T>,Injector) : java.util.concurrent.RejectedExecutionHandler
def providesVerboseThreadExecutorPolicy(Provider<T>) : VerboseThreadExecutorPolicy
VerboseThreadExecutorPolicy.
def providetUncaughtExceptionHandler(Provider<T>,Provider<T>,Injector) : java.lang.Thread.UncaughtExceptionHandler