Versions Compared

Key

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

...

  • Instantiates and runs workflow comprising five Akka actors implemented in the following five classes::  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 instantiated akka.fp.NewScientificName actor.

...