Pushing the memory per actor down to 464 bytes. Returning None for the Deploy if there is no config
This commit is contained in:
parent
304d39d839
commit
6150beb333
6 changed files with 28 additions and 35 deletions
|
|
@ -94,6 +94,7 @@ object Routing {
|
|||
* An Abstract convenience implementation for building an ActorReference that uses a Router.
|
||||
*/
|
||||
abstract private[akka] class AbstractRoutedActorRef(val props: RoutedProps) extends UnsupportedActorRef {
|
||||
private[akka] val uuid: Uuid = newUuid
|
||||
|
||||
val router = props.routerFactory()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue