public class ExecutorServices extends Object
Constructor and Description |
---|
ExecutorServices(com.espertech.esper.core.service.EPServiceProviderSPI spi,
Map<String,Executor> workQueue) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
Executor |
getConfiguredExecutor(String workqueueName) |
Executor |
getExecutor(String name) |
BlockingQueue<Runnable> |
getQueue(String name) |
public Executor getConfiguredExecutor(String workqueueName) throws com.espertech.esper.client.ConfigurationException
com.espertech.esper.client.ConfigurationException
public BlockingQueue<Runnable> getQueue(String name)
public void destroy()