codingwell / scala-guice

Scala extensions for Google Guice
Apache License 2.0
341 stars 44 forks source link

Create named Actors #61

Closed WorkDayHeyHey closed 7 years ago

WorkDayHeyHey commented 7 years ago

We need another provideActorRef that provides named actors. Named actors (at least at my experience level) are essential to connecting distributed systems.

GuiceActorProducer's magic is too deep for me to see how to create the needed changes. It seems that probable only an additional argument passed into IndirectActorProducer would do it.

Thanks, this wrapper is really needed. I only wish I could have made more use of it.

WorkDayHeyHey commented 7 years ago

Now that I unwind from trying to make this work I realize that my problems has nothing to do with scala-guice. My problem is that activator-akka-scala-guice code does not do what I need for use in my project.

After days of trying and looking mostly at how to use scala-guice to make it do my bidding I stated to this the problem was yours, but it's not.

Thanks for being that person how helps me answer my own question!