@FunctionalInterface public interface ResultProcessor
ParserManager.parse(Set.of(source), (result) -> {});
Modifier and Type | Method and Description |
---|---|
void |
run(ResultIterator resultIterator)
Functional UserTask implementation.
|
void run(ResultIterator resultIterator) throws Exception
resultIterator
- A ResultIterator instance.Exception
- re-thrown by the infrastructure as a
ParseException
.