class RubyEventStore::LinkByCorrelationId
Public Class Methods
Source
# 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
Calls superclass method
RubyEventStore::LinkByMetadata::new