Process (kind) identifier
Process (kind) identifier
Process instance identifier
Process instance identifier
Example: spawn .where(mid == 2) .every(30, dt()) .generateKeys[Long](k => List(k)) .run[Int,Int]{ rep(_)(_+1) }.withArgs(1000)
Example: spawn .where(mid == 2) .every(30, dt()) .generateKeys[Long](k => List(k)) .run[Int,Int]{ rep(_)(_+1) }.withArgs(1000)
(Since version ) see corresponding Javadoc for more information.