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

com.quotemedia.streamer.client.cfg.Config Maven / Gradle / Ivy

package com.quotemedia.streamer.client.cfg;

import com.quotemedia.streamer.client.auth.cfg.AuthCfg;

/**
 * {@link com.quotemedia.streamer.client.StreamFactory} configuration.
 *
 * @see com.quotemedia.streamer.client.cfg.ConfigJson
 * @see com.quotemedia.streamer.client.cfg.ConfigProgrammatic
 */
public interface Config {
    /**
     * Returns the configuration required for {@link com.quotemedia.streamer.client.auth.AuthClient}.
     *
     * @return the authentication client configuration
     */
    AuthCfg auth();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy