Class EngineThreadFactory

java.lang.Object
com.espertech.esper.runtime.internal.kernel.thread.EngineThreadFactory
All Implemented Interfaces:
ThreadFactory

public class EngineThreadFactory extends Object implements ThreadFactory
Thread factory for threading options.
  • Constructor Details

    • EngineThreadFactory

      public EngineThreadFactory(String runtimeURI, String prefix, ThreadGroup threadGroup, int threadPrio)
      Ctor.
      Parameters:
      runtimeURI - runtime URI
      prefix - prefix for thread names
      threadGroup - thread group
      threadPrio - priority to use
  • Method Details