akka.actor
Factory closure for an UntypedActor, to be used with 'Actors.actorOf(factory)'.
(Since version 2.2) use Creator<T> instead
This method must return a different instance upon every call.
(Since version ) see corresponding Javadoc for more information.
Factory closure for an UntypedActor, to be used with 'Actors.actorOf(factory)'.
(Since version 2.2) use Creator<T> instead