Class: Euston::EventStore::Dispatcher::NullDispatcher

Inherits:
Object
  • Object
show all
Defined in:
lib/euston-eventstore/dispatcher/null_dispatcher.rb

Instance Method Summary collapse

Instance Method Details

#dispatch(commit) ⇒ Object



5
6
7
# File 'lib/euston-eventstore/dispatcher/null_dispatcher.rb', line 5

def dispatch(commit)
  # no-op
end