Re: [akka-user] No matching constructor found

2017-06-08 Thread Konrad Malawski
Arun, please do not post the same question to 3 different channels when you already were given a response. If you need to re send a question, please at least link back to where you asked already. This was answered in:

[akka-user] No matching constructor found

2017-06-08 Thread Arun kannan
class FileUploaderActor extends Actor{ override def receive: Receive = { case UploadFile(billerId, filename, subCategory, count, dueDate) => val fileOberverActor = ActorSystem().actorOf(Props[FileObserverActor]) val billerData =