·
13 commits
to main
since this release
This release improves the flexibility and clarity of processor instantiation during tests:
- Refactored the createProcessor[T] method as a type-safe generic method:
createProcessor[T <: Processor](PipelineConfig): T