The unborkinging
This commit is contained in:
parent
acf9aa6aa4
commit
ebe0cc05c9
8 changed files with 48 additions and 52 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue