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

net.leanix.mtm.api.dropwizard.MTMApiConfigurationProvider Maven / Gradle / Ivy

package net.leanix.mtm.api.dropwizard;

import net.leanix.dropkit.oauth.OAuth2ClientConfig;

/**
 * Interface for configurations containing mtm client data.
 * 
 * 
 */
public interface MTMApiConfigurationProvider
{
    /**
     * Returns the factory containing the mtm client config data.
     * 
     * @return 
     */
    public OAuth2ClientConfig getMTMClientFactory();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy