Sha256: acb6575d9b94171e4ebc356a5215e519ccb984ce59c4a867128bafd7c076edaf
Contents?: true
Size: 687 Bytes
Versions: 18
Compression:
Stored size: 687 Bytes
Contents
# Copyright (c) 2023 Contrast Security, Inc. See https://www.contrastsecurity.com/enduser-terms-0317a for more details. # frozen_string_literal: true require 'contrast/agent/reporting/reporting_events/application_reporting_event' module Contrast module Agent module Reporting # This is the new Poll class for the Heartbeat to TeamServer. class Poll < Contrast::Agent::Reporting::ApplicationReportingEvent def initialize @event_type = :heartbeat @event_endpoint = Contrast::Agent::Reporting::Endpoints.heartbeat super() end def file_name 'applications-heartbeat' end end end end end
Version data entries
18 entries across 18 versions & 1 rubygems