Simplify signature of ClusterSharding.spawn, #25480

This commit is contained in:
Patrik Nordwall 2018-08-28 11:41:34 +02:00
parent 2a5f254f16
commit 0804daf1a5
16 changed files with 465 additions and 298 deletions

View file

@ -132,6 +132,8 @@ private[akka] object ClusterSingletonImpl {
@DoNotInherit
abstract class ClusterSingleton extends Extension {
// FIXME align with ClusterSharding API, issue #25480
/**
* Start if needed and provide a proxy to a named singleton
*