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