public static class JdkExecutorModule.ExecutorProvider extends Object implements javax.inject.Provider<ExecutorService>
Constructor and Description |
---|
ExecutorProvider()
Constructor.
|
Modifier and Type | Method and Description |
---|---|
ExecutorService |
get() |
void |
setRejectedExecutionHandler(handler : RejectedExecutionHandler)
Change the handler for rejected executions.
|
@Inject
public def
setRejectedExecutionHandler(handler : RejectedExecutionHandler) : void
JdkExecutorModule.ExecutorProvider
handler
- the handler.public def
get() : ExecutorService
get
in interface javax.inject.Provider<ExecutorService>
Copyright © 2018 the original authors or authors.