nhl / link-move

A model-driven dynamically-configurable framework to acquire data from external sources and save it to your database.
Apache License 2.0
35 stars 15 forks source link

Lambda-based callbacks #197

Closed andrus closed 1 year ago

andrus commented 2 years ago

Supplement (and eventually replace) annotated job callbacks with lambda-based ones. This will be much more transparent and clear approach from the user perspective.

builder.stage(TaskSpecificEnum, BiConsumer<Execution, TaskSpecificSegment>)