Allocate

indigoextras.jobs.JobMarketEvent.Allocate
final case class Allocate(workerId: BindingKey, job: Job) extends JobMarketEvent

An event that represents a job that has been found, for delivery/allocation to the worker.

Value parameters

job

the job to be given to the worker.

workerId

the id of the worker the job is being sent to.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product