Method: Dry::Monitor::Notifications#stop

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

#stop(event_id, payload) ⇒ Object


24
25
26
# File 'lib/dry/monitor/notifications.rb', line 24

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