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.KieExecutors
public Executor newSingleThreadExecutor()
newSingleThreadExecutor
in interface org.kie.api.concurrent.KieExecutors
public <T> CompletionService<T> getCompletionService()
getCompletionService
in interface org.kie.api.concurrent.KieExecutors
Copyright © 2001–2016 JBoss by Red Hat. All rights reserved.