I'm wondering if it's possible to bind dependencies with following syntax:
bind [Environment[User, Authenticator]] to FakeEnvironment[User, SessionAuthenticator](testUser)
(this was taken from tests, actual binding in the Module is slightly more…
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…