Hi, I've been playing with akka streams, and especially the Actor Publisher/Subscribers and i found one slightly annoying thing, while I have to Type my ActorSubscriber with the type of Items the stream processes at that part the onNext(element: Any) message will be of type Any, forcing me to explicitly cast it to the type, or get unchecked warnings when compiling Is there a reason why the onNext is not typed to the type of the ActorSubscriber as the only Item is will ever process is of that type.
Cheers, Gertjan -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
