Find
indigoextras.jobs.JobMarketEvent.Find
final case class Find(workerId: BindingKey, canTakeJob: Job => Boolean) extends JobMarketEvent
An event emitted by a worker, used to try and find a job to do.
Value parameters
- canTakeJob
-
A predicate job discriminator supplied by the worker to decide if a job can be done by the requesting worker.
- workerId
-
the workers ID, so that we can report back to the requester.
Attributes
- Graph
-
- Supertypes
-
trait JobMarketEventtrait Serializabletrait Producttrait Equalstrait GlobalEventclass Objecttrait Matchableclass Any
Members list
In this article