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 Params
job

the job to be given to the worker.

workerId

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

trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product