Skip to content

What ProcessInboxCommand is publishing into the _mediator bus? #247

Answered by LukasKuchta
1304654 asked this question in Q&A
Discussion options

You must be logged in to vote

You need to be aware of reliability concept. Save, send and execution are three diffrent parts.

[Save] There is a hooked a generic handelr on event bus where event's appearence is stored into database (metadata + type of this event). I'm sure that message was recieved by my module. End of first part of story.

[Send] Second part is Inbox job processing where handler creates Integration event based on (metadata + type) from first part and send this message. Inside the handler of this message is transformation IntegrationEvent -> Command via scheduling. I'm sure that message was send inside my module. End of second part of story.

[Execution] Last part of story is Internal command processing …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by kgrzybek
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants