File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,10 @@ To use your JVM processor in a pipeline:
4040Processors must:
4141
42421 . ** Extend the abstract class** ` io.github.rdfc.Processor<T> ` where ` T ` is an ` Args ` class containing configuration fields.
43- 2 . ** Implement lifecycle methods** :
43+ 2 . ** Implement lifecycle methods** : The callbacks should be called to indicate that the function is finished.
4444 - ` init(Consumer<Void> callback) ` — initialization.
4545 - ` transform(Consumer<Void> callback) ` — processing of inputs from readers, called for each processor before produce.
4646 - ` produce(Consumer<Void> callback) ` — producing data, useful for processor like a file reader.
47- The callbacks should be called to indicate that the function is finished.
48473 . ** Define an ` Args ` class** with fields matching RDF properties defined in the SHACL shape.
4948
5049### Processor description file
You can’t perform that action at this time.
0 commit comments