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.
22 23 24 25 26 27 28 |
# File 'lib/ruby_event_store/link_by_metadata.rb', line 22 def initialize(event_store:, prefix: nil) super( event_store: event_store, prefix: prefix, key: :correlation_id, ) end |