Class: Aggregates::EventProcessor

Inherits:
Object
  • Object
show all
Includes:
MessageProcessor
Defined in:
lib/aggregates/event_processor.rb

Overview

EventProcessors respond to events that have occurred from Aggregates after. EventProcessors take on different roles depending on the application. The biggest role to to project aggregates as they are created and updated into a readable form for your application.

Method Summary

Methods included from MessageProcessor

#handle_message, included, #invoke_handlers, #with_message_handlers