why cant I bind to single actor instance (akka router) with scaldi?
问题 I´m currently struggeling with implementing my Akka router logic using scaldi for dependency injection. Why cant I bind to a single actor instance with scaldi, since my actor is a router and I only want to have one single instance of it? The way I came to ask this question was another stackoverflow entry. My scaldi Module: class DAOModule extends Module { bind toProvider new UserDaoWorker binding to new UserDaoRouter } This way only one instance is created and as soon as I inject my router