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

io.split.qos.server.integrations.Integration Maven / Gradle / Ivy

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

/**
 * Defines an integration.
 */
public interface Integration extends AutoCloseable {
    /**
     * @return whether the integration is enabled or not.
     */
    boolean isEnabled();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy