org.drools.concurrent
Interface ExecutorProvider

All Superinterfaces:
Service

public interface ExecutorProvider
extends Service


Method Summary
<T> CompletionService<T>
getCompletionService()
           
 Executor getExecutor()
           
 

Method Detail

getExecutor

Executor getExecutor()

getCompletionService

<T> CompletionService<T> getCompletionService()


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