Module: EventSourcery::EventProcessing::EventStreamProcessor::InstanceMethods
- Defined in:
- lib/event_sourcery/event_processing/event_stream_processor.rb
Instance Method Summary collapse
Instance Method Details
#initialize(tracker:) ⇒ Object
16 17 18 |
# File 'lib/event_sourcery/event_processing/event_stream_processor.rb', line 16 def initialize(tracker:) @tracker = tracker end |