Skip to content

Commit bbd8ff5

Browse files
committed
update README
1 parent 94f8411 commit bbd8ff5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,10 @@ To use your JVM processor in a pipeline:
4040
Processors must:
4141

4242
1. **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.
4847
3. **Define an `Args` class** with fields matching RDF properties defined in the SHACL shape.
4948

5049
### Processor description file

0 commit comments

Comments
 (0)