Class ExecutorServices

java.lang.Object
com.espertech.esperio.db.core.ExecutorServices

public class ExecutorServices extends Object
  • Constructor Details

    • ExecutorServices

      public ExecutorServices(com.espertech.esper.runtime.internal.kernel.service.EPRuntimeSPI spi, Map<String,Executor> workQueue)
  • Method Details

    • getConfiguredExecutor

      public Executor getConfiguredExecutor(String workqueueName) throws com.espertech.esper.common.client.configuration.ConfigurationException
      Throws:
      com.espertech.esper.common.client.configuration.ConfigurationException
    • getQueue

      public BlockingQueue<Runnable> getQueue(String name)
    • getExecutor

      public Executor getExecutor(String name)
    • destroy

      public void destroy()