Class: StagedEvent::Publisher

Inherits:
Object
  • Object
show all
Defined in:
lib/staged_event/publisher.rb

Direct Known Subclasses

GooglePubSub::Publisher

Instance Method Summary collapse

Instance Method Details

#publish(_model) ⇒ Object

Raises:

  • (StandardError)


5
6
7
# File 'lib/staged_event/publisher.rb', line 5

def publish(_model)
  raise StandardError, "You must implement the publish method"
end