Base solution for your next web application
Open Closed

ASP.NET Core/Angular Events #8753


User avatar
0
denis.karovic created

Hi,

I have several questions regarding Events. I have read documentation regarding it on https://aspnetboilerplate.com/Pages/Documents/EventBus-Domain-Events. However, I have several questions:

  1. Are events stored somewhere (database, redis…)?

  2. Can we choose where events will be stored?

  3. Is handling them triggered based or loop/timer based? (I believe it's a pub/sub trigger based implementation, but I just need to check with you one more time)

  4. Any supprot for Integration Events?


2 Answer(s)