Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

akka.fp.Loader  [FP-Akka module]

  • Instantiates an Akka workflow comprising five Akka actors:  akka.fp.MongoDBReader, akka.fp.NewScientificNameValidatorakka.fp.InternalDateValidatorakka.fp.GEORefValidator, and akka.fp.MongoSummaryWriter.  (See below for descriptions of each).
  • Configures akka.fp.MongoDBReader and akka.fp.MongoSummaryWriter actors using parsed command-line options.
  • Injects fp.services.COLService into the scientificNameService field of the akka.fp.NewScientificName actor.
  • Injects fp.services.InternalDateValidationService into the singleDateValidationService field of the akka.fp.InternalDateValidator actor.
  • Injects fp.services.GeoLocate3 into the geoRefValidationService field of the akka.fp.GEORefValidator actor.
  • Executes the workflow.

...