Module: Datadog::Core::Workers::Polling::PrependedMethods Private

Defined in:
lib/datadog/core/workers/polling.rb

Overview

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

Methods that must be prepended

API:

  • private

Instance Method Summary collapse

Instance Method Details

#perform(*args) ⇒ 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.

API:

  • private



23
24
25
# File 'lib/datadog/core/workers/polling.rb', line 23

def perform(*args)
  super if enabled?
end