Uses of Interface
edu.ucsb.cs156.happiercows.services.jobs.JobContextConsumer
Packages that use JobContextConsumer
-
Uses of JobContextConsumer in edu.ucsb.cs156.happiercows.jobs
Classes in edu.ucsb.cs156.happiercows.jobs that implement JobContextConsumerModifier and TypeClassDescriptionclass
class
class
class
Methods in edu.ucsb.cs156.happiercows.jobs that return JobContextConsumer -
Uses of JobContextConsumer in edu.ucsb.cs156.happiercows.services.jobs
Methods in edu.ucsb.cs156.happiercows.services.jobs with parameters of type JobContextConsumerModifier and TypeMethodDescriptionJobService.runAsJob
(JobContextConsumer jobFunction) void
JobService.runJobAsync
(Job job, JobContextConsumer jobFunction)