Interface JobClientFilter

All Superinterfaces:
JobFilter
All Known Implementing Classes:
DefaultJobFilter

public interface JobClientFilter extends JobFilter
A filter that is triggered each time that a Job Please note: Any JobFilter should process really fast. If it is repeatedly slow, then it will be removed as it negatively impacts the performance of JobRunr.
  • Method Details