Uses of Interface
com.bluebell.greenhouse.radicle.repositories.job.JobRepository
Packages that use JobRepository
-
Uses of JobRepository in com.bluebell.greenhouse.radicle.services.job
Subclasses with type arguments of type JobRepository in com.bluebell.greenhouse.radicle.services.jobConstructors in com.bluebell.greenhouse.radicle.services.job with parameters of type JobRepositoryModifierConstructorDescriptionJobMetrics(io.micrometer.core.instrument.MeterRegistry meterRegistry, JobRepository jobRepository) Creates queue gauges and lifecycle counters.JobService(JobRepository jobRepository) Creates the service.