Package com.atlassian.bamboo.specs.util
Class IsolatedExecutor<T,R>
- java.lang.Object
-
- com.atlassian.bamboo.specs.util.IsolatedExecutor<T,R>
-
public final class IsolatedExecutor<T,R> extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description IsolatedExecutor(java.util.function.Function<T,R> inputProcessor, java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Rexecute(T task)java.lang.ThreadgetThread()voidstart()
-