abitia icon indicating copy to clipboard operation
abitia copied to clipboard

Evaluate EventHandler design

Open kbkk opened this issue 4 years ago • 0 comments

Currently EventHandlers register themselves from constructor: https://github.com/kbkk/abitia/blob/629c21f857f7b28a56b5accb6a1f4b9368be7a34/services/monolith/src/AccountContext/EventHandlers/SendAccountCreatedEmail.ts#L20 which is a side effect.

kbkk avatar Feb 22 '21 22:02 kbkk