Post

final case
class Post(job: Job) extends JobMarketEvent

An event to Post a job onto the global market

Value Params
job

the job to put onto the marker

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