0

I want to implement fan out and convergence in handlers in my implementation. What is best practice to handle such instances. e.g.

handler1->handler2,handler3
handler2->handler4
handler3->handler4
handler4->handler5   //this should be executed only if both handlers handler2 and handler3 are completed.
Pramod Jangam
  • 316
  • 3
  • 10

0 Answers0