Events processor sync

Ariel Mitevski asked on February 27, 2017 09:11

Hello,

I would like to create custom internal events (such as 'user X added a new coupon') in Kentico and send them to an event processor.

Is there something built-in that we could use to do so? What would you recommend?

I saw this but I'm not sure if this is the right way to do it.

Best regards,

Recent Answers


Michal Samuhel answered on February 27, 2017 12:59

Hello Ariel,

This depends, of course on exact scenario, that you have in mind.

However if you are speaking about general events, you can leverage either general object events (insert, update, etc) for each kentico object with appropriate handlers:

https://docs.kentico.com/k10/custom-development/handling-global-events/handling-object-events

Or you can create completely new custom ASP.NET events, raise them whenever necessary and handle events in their handlers:

https://www.tutorialspoint.com/asp.net/asp.net_event_handling.htm

0 votesVote for this answer Mark as a Correct answer

Ariel Mitevski answered on February 28, 2017 10:15

Thank you for the quick answer.

My issue is more related to the sending the events. Is there some out-o-the-box functionality we could use to send those custom events?

0 votesVote for this answer Mark as a Correct answer

   Please, sign in to be able to submit a new answer.