Making it green

This commit is contained in:
Viktor Klang 2012-07-22 21:40:09 +02:00
parent e5b3fd00a2
commit aa4ad6f3c3
20 changed files with 155 additions and 104 deletions

View file

@ -3,6 +3,8 @@ package docs.camel
import akka.actor.{ Props, ActorSystem }
import akka.camel.CamelExtension
import language.postfixOps
object Introduction {
def foo = {
//#Consumer-mina
@ -75,7 +77,7 @@ object Introduction {
{
//#CamelActivation
import akka.camel.{ CamelMessage, Consumer }
import akka.util.duration._
import scala.concurrent.util.duration._
class MyEndpoint extends Consumer {
def endpointUri = "mina:tcp://localhost:6200?textline=true"