Class: RailsEventStore::LinkByEventType
- Inherits:
-
RubyEventStore::LinkByEventType
- Object
- RubyEventStore::LinkByEventType
- RailsEventStore::LinkByEventType
- Defined in:
- lib/rails_event_store/link_by_metadata.rb
Instance Method Summary collapse
-
#initialize(event_store: Rails.configuration.event_store, prefix: nil) ⇒ LinkByEventType
constructor
A new instance of LinkByEventType.
Constructor Details
#initialize(event_store: Rails.configuration.event_store, prefix: nil) ⇒ LinkByEventType
Returns a new instance of LinkByEventType.
23 24 25 |
# File 'lib/rails_event_store/link_by_metadata.rb', line 23 def initialize(event_store: Rails.configuration.event_store, prefix: nil) super end |