Papipo/event_sourcing

View on GitHub
Branch: master(View all)
NameLines of codeMaintainabilityTest coverage
.gitignore
.rspec
.travis.yml
Gemfile
Guardfile
LICENSE.txt
README.md
Rakefile
TODO.md
event_sourcing.gemspec
lib/event_sourcing.rb3
lib/event_sourcing/aggregate.rb26
lib/event_sourcing/aggregate/actor.rb22
lib/event_sourcing/aggregate/manager.rb26
lib/event_sourcing/aggregate/manager/cache.rb15
lib/event_sourcing/aggregate/manager/instance_of.rb9
lib/event_sourcing/aggregate/manager/reference.rb13
lib/event_sourcing/aggregate/message.rb6
lib/event_sourcing/aggregate/wrapper.rb15
lib/event_sourcing/application.rb28
lib/event_sourcing/application/actor.rb30
lib/event_sourcing/application/actor/reference.rb20
lib/event_sourcing/command.rb13
lib/event_sourcing/command/bus.rb14
lib/event_sourcing/core_class.rb33
lib/event_sourcing/event.rb12
lib/event_sourcing/event/bus.rb24
lib/event_sourcing/event/bus/reference.rb24
lib/event_sourcing/event/bus/stream.rb18
lib/event_sourcing/event/publisher.rb38
lib/event_sourcing/event/publisher/reference.rb11
lib/event_sourcing/event/store.rb9
lib/event_sourcing/event/store/memory.rb32
lib/event_sourcing/event/store/stream.rb17
lib/event_sourcing/event/subscriber.rb14
lib/event_sourcing/version.rb3