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

io.stargate.sgv2.api.common.grpc.retries.GrpcRetryPredicate Maven / Gradle / Ivy

There is a newer version: 2.1.0-BETA-19
Show newest version
package io.stargate.sgv2.api.common.grpc.retries;

import io.grpc.StatusRuntimeException;
import java.util.function.Predicate;

/** Simple predicate that can define what {@link StatusRuntimeException}s should be retried. */
public interface GrpcRetryPredicate extends Predicate {}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy