Package org.jobrunr.jobs.lambdas


package org.jobrunr.jobs.lambdas
  • Interfaces
    Class
    Description
    This is a functional interface which represents a lambda that will be parsed by JobRunr.
    This is a functional interface which allows you to schedule jobs based on a Stream and a lambda that will be parsed by JobRunr.
    This is a functional interface which represents a lambda that will be parsed by JobRunr.
    This is a functional interface which allows you to schedule jobs based on a Stream and a lambda that will be parsed by JobRunr.
    Classes implementing this interface can be used to enqueue a JobRunr Job and will be used as the argument for the actual JobRequestHandler.
    Classes implementing this interface will handle the actual JobRequest.