Added registration of remote actors in declarative supervisor config + Fixed bug in remote client reconnect + Added Redis as backend for Chat sample + Added UUID utility + Misc minor other fixes
This commit is contained in:
parent
90f7e0ea4e
commit
0567a5780e
18 changed files with 157 additions and 88 deletions
|
|
@ -54,7 +54,7 @@ object ScalaConfig {
|
|||
case object Permanent extends Scope
|
||||
case object Temporary extends Scope
|
||||
|
||||
case class RemoteAddress(hostname: String, port: Int) extends ConfigElement
|
||||
case class RemoteAddress(val hostname: String, val port: Int) extends ConfigElement
|
||||
|
||||
class Component(_intf: Class[_],
|
||||
val target: Class[_],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue