Open venkateshzifo opened 3 years ago
@venkateshzifo did you inject your actor using bindActor(...)
method from AkkaGuice
dependency?
Ref # Scala: https://www.playframework.com/documentation/2.8.x/ScalaAkka#Dependency-injecting-actors
Ref #Java: https://www.playframework.com/documentation/2.8.x/JavaAkka#Dependency-injecting-actors
Not able to call a utility class from Actor class. Throwing null when i try to use the objects
SchedulerActor -> TestUtils(WSClient, Config classes injected using dependency injection)