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

com.salesforceiq.augmenteddriver.integrations.Integration Maven / Gradle / Ivy

package com.salesforceiq.augmenteddriver.integrations;

/**
 * Markup interface for all integrations.
 */
public interface Integration {

    /**
     * Determines whether the integration is enabled or not.
     *
     * @return whether the integration is enabled or not.
     */
    boolean isEnabled();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy