Module: EventSourcing

Defined in:
lib/event_sourcing.rb,
lib/event_sourcing/event.rb,
lib/event_sourcing/command.rb,
lib/event_sourcing/version.rb,
lib/event_sourcing/aggregate.rb,
lib/event_sourcing/event/bus.rb,
lib/event_sourcing/application.rb,
lib/event_sourcing/command/bus.rb,
lib/event_sourcing/event/store.rb,
lib/event_sourcing/event/stream.rb,
lib/event_sourcing/aggregate/actor.rb,
lib/event_sourcing/event/publisher.rb,
lib/event_sourcing/event/subscriber.rb,
lib/event_sourcing/aggregate/manager.rb,
lib/event_sourcing/aggregate/message.rb,
lib/event_sourcing/aggregate/wrapper.rb,
lib/event_sourcing/application/actor.rb,
lib/event_sourcing/event/store/memory.rb,
lib/event_sourcing/event/bus/reference.rb,
lib/event_sourcing/aggregate/manager/cache.rb,
lib/event_sourcing/event/publisher/reference.rb,
lib/event_sourcing/aggregate/manager/reference.rb,
lib/event_sourcing/application/actor/reference.rb,
lib/event_sourcing/aggregate/manager/instance_of.rb

Defined Under Namespace

Modules: Aggregate, Application Classes: Command, Event

Constant Summary collapse

VERSION =
"0.0.2"