The unborkinging

This commit is contained in:
Viktor Klang 2012-07-12 15:00:11 +02:00
parent acf9aa6aa4
commit ebe0cc05c9
8 changed files with 48 additions and 52 deletions

View file

@ -1,13 +1,12 @@
package docs.camel
object QuartzExample {
{
//#Quartz
import akka.actor.{ActorSystem, Props}
import akka.actor.{ ActorSystem, Props }
import akka.camel.{Consumer}
import akka.camel.{ Consumer }
class MyQuartzActor extends Consumer {
@ -15,7 +14,7 @@ object QuartzExample {
def receive = {
case msg => println("==============> received %s " format msg)
case msg println("==============> received %s " format msg)
} // end receive