aboutsummaryrefslogtreecommitdiffstats
path: root/logforwarder/src/apps/vespa-logforwarder-start/splunk-stopper.h
blob: 8ff520fcc4d935aac13fed094cfd7d05a2c393a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
#pragma once

#include "cf-handler.h"
#include <vespa/config-logforwarder.h>

using cloud::config::LogforwarderConfig;

class SplunkStopper : public CfHandler {
public:
    SplunkStopper(const char *cfid);
    virtual ~SplunkStopper();
    void gotConfig(const LogforwarderConfig& config) override;
};