Package io.quarkus.domino.processor
Interface NodeProcessor<I,N,O>
-
public interface NodeProcessor<I,N,O>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Function<ExecutionContext<I,N,O>,TaskResult<I,N,O>>createFunction()Iterable<N>getChildren(N node)IgetNodeId(N node)
-