public class ExecutorProviderImpl extends Object implements org.kie.api.concurrent.KieExecutors
| Constructor and Description |
|---|
ExecutorProviderImpl() |
| Modifier and Type | Method and Description |
|---|---|
<T> CompletionService<T> |
getCompletionService() |
Executor |
getExecutor() |
Executor |
newSingleThreadExecutor() |
public Executor getExecutor()
getExecutor in interface org.kie.api.concurrent.KieExecutorspublic Executor newSingleThreadExecutor()
newSingleThreadExecutor in interface org.kie.api.concurrent.KieExecutorspublic <T> CompletionService<T> getCompletionService()
getCompletionService in interface org.kie.api.concurrent.KieExecutorsCopyright © 2001–2016 JBoss by Red Hat. All rights reserved.