Class WorkflowInstanceExecutor


  • public class WorkflowInstanceExecutor
    extends Object
    • Constructor Detail

      • WorkflowInstanceExecutor

        public WorkflowInstanceExecutor​(int maxQueueSize,
                                        int threadCount,
                                        int notifyThreshold,
                                        int awaitTerminationSeconds,
                                        int keepAliveSeconds,
                                        ThreadFactory threadFactory)
    • Method Detail

      • getThreadCount

        public int getThreadCount()
      • wakeUpDispatcherIfNeeded

        public void wakeUpDispatcherIfNeeded()
      • execute

        public void execute​(Runnable runnable)
      • getQueueRemainingCapacity

        public int getQueueRemainingCapacity()
      • shutdown

        public void shutdown()