public class ExecutorProviderImpl extends Object implements org.kie.api.concurrent.KieExecutors
Modifier and Type | Field and Description |
---|---|
static String |
THREAD_FACTORY_PROPERTY |
Constructor and Description |
---|
ExecutorProviderImpl() |
Modifier and Type | Method and Description |
---|---|
<T> CompletionService<T> |
getCompletionService() |
Executor |
getExecutor() |
Executor |
newSingleThreadExecutor() |
public static final String THREAD_FACTORY_PROPERTY
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.