Class FailFastCollector

java.lang.Object
edu.suffolk.litlab.efspserver.services.InfoCollector
edu.suffolk.litlab.efspserver.services.FailFastCollector

public class FailFastCollector extends InfoCollector
  • Constructor Details

    • FailFastCollector

      public FailFastCollector()
  • Method Details

    • finished

      public boolean finished()
      Description copied from class: InfoCollector
      Says if the Info collector is finished with the current unit of information and should break control flow and return.
      Specified by:
      finished in class InfoCollector