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

package.dist.src.config.retry.eligibility-strategy.d.ts Maven / Gradle / Ivy

The newest version!
import { Metadata, StatusObject } from '@grpc/grpc-js';
import { ClientMethodDefinition } from '@grpc/grpc-js/build/src/make-client';
export interface EligibleForRetryProps {
    grpcStatus: StatusObject;
    grpcRequest: ClientMethodDefinition;
    requestMetadata: Metadata;
}
export interface EligibilityStrategy {
    isEligibleForRetry(props: EligibleForRetryProps): boolean;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy