Hi, I am trying to define custom logic for the shape with several inlets (for example custom shape with 2 or more inlets). I was trying to avoid defining out handler for the Outlet, however it throws an error, so I suppose that there is no default behaviour in the shape class. The problem is that *pull* procedure takes Inlet as a parameter, but in my case I don't know what inlet I should use, because each of them could push an element into the Outlet. Could you please tell me is there some best practices how to do it? I could not find such example in the documentation <http://doc.akka.io/docs/akka/2.4/java/stream/stream-customize.html>. It seems that I need to introduce some flag, which will tell me what inlet to use.
Thank you in advance! Regards, Sergey -- >>>>>>>>>> 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 https://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
