Module: RailsEventStore
- Defined in:
- lib/rails_event_store.rb,
lib/rails_event_store/client.rb,
lib/rails_event_store/railtie.rb,
lib/rails_event_store/version.rb,
lib/rails_event_store/constants.rb,
lib/rails_event_store/middleware.rb
Defined Under Namespace
Classes: Client, Middleware, Railtie
Constant Summary collapse
- Event =
RubyEventStore::Event
- InMemoryRepository =
RubyEventStore::InMemoryRepository
- EventBroker =
RubyEventStore::PubSub::Broker
- Projection =
RubyEventStore::Projection
- VERSION =
'0.12.0'- GLOBAL_STREAM =
RubyEventStore::GLOBAL_STREAM
- PAGE_SIZE =
100.freeze