Package org.jobrunr.jobs.lambdas
package org.jobrunr.jobs.lambdas
-
InterfacesClassDescriptionIocJobLambda<S>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.JobRequestHandler<T extends JobRequest>Classes implementing this interface will handle the actualJobRequest.