Class: RubyEventStore::Dispatcher
- Inherits:
-
SyncScheduler
- Object
- SyncScheduler
- RubyEventStore::Dispatcher
- Defined in:
- lib/ruby_event_store/dispatcher.rb
Constant Summary
Constants inherited from SyncScheduler
SyncScheduler::DEPRECATION_MESSAGE
Instance Method Summary collapse
-
#initialize ⇒ Dispatcher
constructor
A new instance of Dispatcher.
Methods inherited from SyncScheduler
Constructor Details
#initialize ⇒ Dispatcher
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 |