Found 0 async pipelines for event: "AppCore.Models.Aggregates.Sale.Sale.Events.SalePayBoxCompletedEvent" #2477
Unanswered
EliveltonRepolho
asked this question in
Q&A
Replies: 1 comment
-
Hey @EliveltonRepolho. Would you be able to share your whole solution or link to a repo? What you've posted looks correct so there might be something else, and it's would be easier to debug a full solution. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I am just starting a project (
EF Core / .Net 6
) withBrighter (Version 9.3.3)
using In Process (PublishAsync
) but when I call the publish method it says no Handlers was found, anyone can help if I am missing some configuration ?I am following this sample: https://github.com/BrighterCommand/Brighter/tree/master/samples/HelloAsyncListeners
And what I was expecting is running my API, when the event is emitted during the Endpoint call handling, the emitted event would be handled during same time Endpoint handling (I mean not being handled by other process/consumer), not sure if I am miss understanding something on this example too.
Here is my code/configs:
Beta Was this translation helpful? Give feedback.
All reactions