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, it'll negatively impact the performance of JobRunr.
  • Method Details