Method: Dry::Monitor::Notifications#start

Defined in:
lib/dry/monitor/notifications.rb

#start(event_id, payload) ⇒ Object


20
21
22
# File 'lib/dry/monitor/notifications.rb', line 20

def start(event_id, payload)
  instrument(event_id, payload)
end