Sha256: 3185010b9e6f1ca3820b13c59b17d78a7b0690d435c86355a8c261082d7b4d90

Contents?: true

Size: 567 Bytes

Versions: 18

Compression:

Stored size: 567 Bytes

Contents

# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details.
# frozen_string_literal: true

module Contrast
  module Agent
    # This module will include all the worker that we have, which are not part of the regular thread reporters
    module ReportingWorkers
    end
  end
end

require 'contrast/agent/reporting/reporting_workers/reporter_heartbeat'
require 'contrast/agent/reporting/reporting_workers/server_settings_worker'
require 'contrast/agent/reporting/reporting_workers/application_server_worker'

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
contrast-agent-7.6.1 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-7.6.0 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-7.5.0 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-7.4.1 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-7.4.0 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-7.3.2 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-7.3.1 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-7.3.0 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-7.2.0 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-7.1.0 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-7.0.0 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-6.15.3 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-6.15.2 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-6.15.1 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-6.15.0 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-6.14.0 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-6.13.0 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb
contrast-agent-6.12.0 lib/contrast/agent/reporting/reporting_workers/reporting_workers.rb