KIE API 6.1.0.CR2

org.kie.api.concurrent
Interface KieExecutors

All Superinterfaces:
Service

public interface KieExecutors
extends Service


Nested Class Summary
static class KieExecutors.Pool
           
 
Method Summary
<T> CompletionService<T>
getCompletionService()
           
 Executor getExecutor()
           
 Executor newSingleThreadExecutor()
           
 

Method Detail

getExecutor

Executor getExecutor()

newSingleThreadExecutor

Executor newSingleThreadExecutor()

getCompletionService

<T> CompletionService<T> getCompletionService()

KIE API 6.1.0.CR2

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.