All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.split.qos.server.integrations.pagerduty.PagerDutyBroadcaster Maven / Gradle / Ivy

There is a newer version: 22.4.3
Show newest version
package io.split.qos.server.integrations.pagerduty;

import io.split.qos.server.integrations.Integration;
import io.split.qos.server.util.TestId;

public interface PagerDutyBroadcaster extends AutoCloseable, Integration {
    void initialize(String serviceKey, String qosServerName);

    void incident(TestId testId, String details) throws Exception;

    void resolve(TestId testId) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy