Class: EventSourcing::Event::Publisher::Reference

Inherits:
Concurrent::Actor::Reference
  • Object
show all
Defined in:
lib/event_sourcing/event/publisher/reference.rb

Instance Method Summary collapse

Instance Method Details

#publish(event) ⇒ Object



5
6
7
# File 'lib/event_sourcing/event/publisher/reference.rb', line 5

def publish(event)
  tell(event)
end