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
class
This job computes the stats for all games in progress and creates one new row in the CommonsStats table for each commons.class
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)