Pushing the memory per actor down to 464 bytes. Returning None for the Deploy if there is no config

This commit is contained in:
Viktor Klang 2011-10-18 16:59:57 +02:00
parent 304d39d839
commit 6150beb333
6 changed files with 28 additions and 35 deletions

View file

@ -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()