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

package.dist.src.config.auth-client-configurations.d.ts Maven / Gradle / Ivy

The newest version!
import { AuthClientConfiguration } from './auth-client-configuration';
import { MomentoLoggerFactory } from '@gomomento/sdk-core';
/**
 * Laptop config provides defaults suitable for a medium-to-high-latency dev environment.  Permissive timeouts, retries, and
 * relaxed latency and throughput targets.
 * @export
 * @class Laptop
 */
export declare class Default extends AuthClientConfiguration {
    /**
     * Provides the latest recommended configuration for a laptop development environment.  NOTE: this configuration may
     * change in future releases to take advantage of improvements we identify for default configurations.
     * @param {MomentoLoggerFactory} [loggerFactory=defaultLoggerFactory]
     * @returns {CacheConfiguration}
     */
    static latest(loggerFactory?: MomentoLoggerFactory): AuthClientConfiguration;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy