Module: RubyCqrs

Defined in:
lib/ruby_cqrs/version.rb,
lib/ruby_cqrs/guid.rb,
lib/ruby_cqrs/contracts.rb,
lib/ruby_cqrs/domain/event.rb,
lib/ruby_cqrs/domain/snapshot.rb,
lib/ruby_cqrs/data/event_store.rb,
lib/ruby_cqrs/domain/aggregate.rb,
lib/ruby_cqrs/data/serialization.rb,
lib/ruby_cqrs/domain/snapshotable.rb,
lib/ruby_cqrs/data/in_memory_event_store.rb,
lib/ruby_cqrs/domain/aggregate_repository.rb

Overview

:nodoc:

Defined Under Namespace

Modules: Data, Domain, Validation Classes: AggregateConcurrencyError, AggregateDuplicationError, AggregateNotFoundError, Guid, NotADomainEventError, NotADomainSnapshotError, ObjectNotDecodableError, ObjectNotEncodableError

Constant Summary collapse

VERSION =
'0.2.3'