Class: RubyEventStore::Dispatcher

Inherits:
SyncScheduler show all
Defined in:
lib/ruby_event_store/dispatcher.rb

Constant Summary

Constants inherited from SyncScheduler

SyncScheduler::DEPRECATION_MESSAGE

Instance Method Summary collapse

Methods inherited from SyncScheduler

#call, #verify

Constructor Details

#initializeDispatcher

Returns a new instance of Dispatcher.



5
6
7
8
9
10
# File 'lib/ruby_event_store/dispatcher.rb', line 5

def initialize
  warn <<~EOW
    DEPRECATION WARNING: `RubyEventStore::Dispatcher` is deprecated and will be removed in the next major release.
    Use `RubyEventStore::SyncScheduler` instead.
  EOW
end