Advertisement
NLinker

Question on spawning models –vs- invariants

Nov 15th, 2013
192
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Scala 0.25 KB | None | 0 0
  1. case class JobResolved(jobId: Int,
  2.                        jobType: JobTypeResolved,
  3.                        fireTime: DateTime,
  4.                        tempFiles: Seq[String],
  5.                        status: Status,
  6.                        retry: Int)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement