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

com.configcat.PollingMode Maven / Gradle / Ivy

Go to download

Java SDK for ConfigCat, a feature flag, feature toggle, and configuration management service. That lets you launch new features and change your software configuration remotely without actually (re)deploying code. ConfigCat even helps you do controlled roll-outs like canary releases and blue-green deployments.

The newest version!
package com.configcat;

/**
 * The base class of a polling mode configuration.
 */
public abstract class PollingMode {
    String getPollingIdentifier() {
        return "n/a";
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy