Skip to content

0.2-alpha

Pre-release
Pre-release

Choose a tag to compare

@mecha mecha released this 15 Feb 10:23
· 67 commits to initial-version since this release
f24cb7f

Added

  • New Importer class with corresponding ImportStrategy and ImportScheduler interfaces.
  • New ImportedBatch class which is used as a result DTO by the importer.
  • New Marker interface to abstract persistent flags and a NullMarker noop implementation.
  • Two new methods in the ConversionStrategy class: beforeBatch() and afterBatch().
  • ConversionStrategy implementations can throw a ConversionShortCircuit exception to stop conversion early.

Changed

  • The Engine class constructor now requires an Importer argument.