What are the participating components for Event Driven Architecture?

 Posted by Niladri.Biswas on 9/11/2012 | Category: Design Pattern & Practices Interview questions | Views: 3001 | Points: 40
Answer:

Generators / Subject / Publisher – The source of the event

Subscribers / Observer – Reaction in response to events

Dispatcher – Dispatches events using pattern matching, and correlation techniques

Channel – Component responsible for activities such as translation, filtering of event messages between event generators and event subscribers


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response