Class: RubyEventStore::LinkByCausationId
- Inherits:
-
LinkByMetadata
- Object
- LinkByMetadata
- RubyEventStore::LinkByCausationId
- Defined in:
- lib/ruby_event_store/link_by_metadata.rb
Instance Method Summary collapse
-
#initialize(event_store:, prefix: nil) ⇒ LinkByCausationId
constructor
A new instance of LinkByCausationId.
Methods inherited from LinkByMetadata
Constructor Details
#initialize(event_store:, prefix: nil) ⇒ LinkByCausationId
Returns a new instance of LinkByCausationId.
25 26 27 |
# File 'lib/ruby_event_store/link_by_metadata.rb', line 25 def initialize(event_store:, prefix: nil) super(event_store: event_store, prefix: prefix, key: :causation_id) end |