Uses of Interface
edu.ucsb.cs156.happiercows.services.jobs.JobContextConsumer
-
Uses of JobContextConsumer in edu.ucsb.cs156.happiercows.jobs
Modifier 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
-
Uses of JobContextConsumer in edu.ucsb.cs156.happiercows.services.jobs
Modifier and TypeMethodDescriptionJobService.runAsJob
(JobContextConsumer jobFunction) void
JobService.runJobAsync
(Job job, JobContextConsumer jobFunction)