Class ChecksRepeatingCommand
- java.lang.Object
-
- org.drools.verifier.core.checks.base.ChecksRepeatingCommand
-
- All Implemented Interfaces:
org.drools.verifier.api.CancellableRepeatingCommand
public class ChecksRepeatingCommand extends Object implements org.drools.verifier.api.CancellableRepeatingCommand
This class handles processing the analysis itself. It supports "batched" processing of different "chunks". State is a snapshot of the Checks at the time the RepeatingCommand was instantiated.
-
-
Constructor Summary
Constructors Constructor Description ChecksRepeatingCommand(Set<Check> checksToRun, org.drools.verifier.api.StatusUpdate onStatus, org.drools.verifier.api.Command onCompletion)
-