Class: SolidQueueGuard::Notifiers::Base Private

Inherits:
Object
  • Object
show all
Defined in:
lib/solid_queue_guard/notifiers/base.rb

This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.

Direct Known Subclasses

Datadog, RailsLogger, Slack, Webhook

Class Method Summary collapse

Class Method Details

.deliver(_report) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Raises:

  • (NotImplementedError)


7
8
9
# File 'lib/solid_queue_guard/notifiers/base.rb', line 7

def self.deliver(_report)
  raise NotImplementedError, 'Notification adapters ship in v0.3'
end