class RubyEventStore::LinkByCorrelationId

Public Class Methods

new(event_store:, prefix: nil) click to toggle source
Calls superclass method RubyEventStore::LinkByMetadata::new
# 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