Class IsolatedExecutor<T,R>

java.lang.Object
com.atlassian.bamboo.specs.util.IsolatedExecutor<T,R>

public final class IsolatedExecutor<T,R> extends Object
  • Constructor Details

    • IsolatedExecutor

      public IsolatedExecutor(Function<T,R> inputProcessor, String name)
  • Method Details

    • getThread

      public Thread getThread()
    • start

      public void start()
    • execute

      public R execute(T task) throws Throwable
      Throws:
      Throwable