Adding AkkaRestServlet that will provide the same functionality as the AkkaServlet - Atmosphere

This commit is contained in:
Viktor Klang 2010-11-25 14:10:53 +01:00
parent 6121a8008f
commit 4acee62576
3 changed files with 56 additions and 17 deletions

View file

@ -205,7 +205,7 @@ object Endpoint {
/**
* leverage the akka config to tweak the dispatcher for our endpoints
*/
final val Dispatcher = Dispatchers.fromConfig("akka.http.comet-dispatcher")
final val Dispatcher = Dispatchers.fromConfig("akka.http.mist-dispatcher")
type Hook = Function[String, Boolean]
type Provider = Function[String, ActorRef]