cdi event chain pattern, passing data between observers #46838
Unanswered
fra-franco1985
asked this question in
Q&A
Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
0 replies
-
In theory, you could have the event payload mutable. For sync events, all observers (with |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In my Quarkus application, I'm using CDI events to handle domain events synchronously. I have 2 observers registered at startup, listening for the same event. I need to use the output of the first handler as input for the second handler. Is there a built-in way to achieve this with Quarkus? Or any general best practice to follow? Thanks
Beta Was this translation helpful? Give feedback.
All reactions