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

cz.mmsparams.api.interfaces.IClientKeyProvider Maven / Gradle / Ivy

The newest version!
package cz.mmsparams.api.interfaces;

/**
 * Provides ClientKey
 */
public interface IClientKeyProvider
{
    /**
     * Provides clientKey
     * @return client key
     */
    String getClientKey();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy