Making it green
This commit is contained in:
parent
e5b3fd00a2
commit
aa4ad6f3c3
20 changed files with 155 additions and 104 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue