Package io.quarkus.domino.processor
Class ParallelTreeProcessor<I,N,O>
- java.lang.Object
-
- io.quarkus.domino.processor.ParallelTreeProcessor<I,N,O>
-
public class ParallelTreeProcessor<I,N,O> extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddRoot(N root)CompletableFuture<List<TaskResult<I,N,O>>>schedule()static <I,N,O>
ParallelTreeProcessor<I,N,O>with(NodeProcessor<I,N,O> nodeProcessor)
-
-
-
Method Detail
-
with
public static <I,N,O> ParallelTreeProcessor<I,N,O> with(NodeProcessor<I,N,O> nodeProcessor)
-
schedule
public CompletableFuture<List<TaskResult<I,N,O>>> schedule()
-
addRoot
public void addRoot(N root)
-
-