Adding AkkaRestServlet that will provide the same functionality as the AkkaServlet - Atmosphere
This commit is contained in:
parent
6121a8008f
commit
4acee62576
3 changed files with 56 additions and 17 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue