Module: EntityStore
- Defined in:
- lib/entity_store.rb,
lib/entity_store/event.rb,
lib/entity_store/store.rb,
lib/entity_store/utils.rb,
lib/entity_store/config.rb,
lib/entity_store/entity.rb,
lib/entity_store/logging.rb,
lib/entity_store/version.rb,
lib/entity_store/event_bus.rb,
lib/entity_store/not_found.rb,
lib/entity_store/attributes.rb,
lib/entity_store/entity_value.rb,
lib/entity_store/time_factory.rb,
lib/entity_store/event_data_object.rb,
lib/entity_store/hash_serialization.rb
Defined Under Namespace
Modules: Attributes, Config, Entity, EntityValue, Event, HashSerialization, Logging, TimeFactory, Utils
Classes: EventBus, EventDataObject, NotFound, Store
Constant Summary
collapse
- VERSION =
"1.2.0".freeze
Class Method Summary
collapse
Class Method Details
.event_subscribers ⇒ Object
.setup {|EntityStore::Config.setup| ... } ⇒ Object