Added 'akka.cluster' package object with implicit conversion which creates an augmented 'ActorSystem' with a method 'def node: Node'.
Signed-off-by: Jonas Bonér <jonas@jonasboner.com>
This commit is contained in:
parent
517981101f
commit
96ed8bdccf
5 changed files with 25 additions and 7 deletions
|
|
@ -170,8 +170,6 @@ final class ClusterCommandDaemon(system: ActorSystem, node: Node) extends Actor
|
|||
}
|
||||
}
|
||||
|
||||
// FIXME create package object with implicit conversion that enables: system.node
|
||||
|
||||
/**
|
||||
* Pooled and routed wit N number of configurable instances.
|
||||
* Concurrent access to Node.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue