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

package.dist.src.internal.grpc.retry-interceptor.d.ts Maven / Gradle / Ivy

The newest version!
import { Interceptor } from '@grpc/grpc-js';
import { RetryStrategy } from '../../config/retry/retry-strategy';
import { MomentoLoggerFactory } from '../../';
export interface RetryInterceptorProps {
    clientName: string;
    loggerFactory: MomentoLoggerFactory;
    overallRequestTimeoutMs: number;
    retryStrategy?: RetryStrategy;
}
export declare class RetryInterceptor {
    static createRetryInterceptor(props: RetryInterceptorProps): Interceptor;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy