what will be the Akka actor path created in Module before starting the application?
when I am creating an actor after application start. then I find actor path like this
akka://application/user/actorName#974107147]
what will be the Akka actor path created in Module before starting the application?
when I am creating an actor after application start. then I find actor path like this
akka://application/user/actorName#974107147]
I don’t understand what you mean with Module. Before the ActorSystem is started there can’t be any actors running, and therefore no paths yet.
Resolved. Thanks.