Skip to content

evdobe/event-dispatcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event dispatcher

A process that listens to notifications from an event store and publishes new events to a messaging channel.

Prerequisites:

  • An event channel
  • An event store
  • A Message mapper
  • An event filter (optionally)
  • A process executor
  • A timer