Interface GrpcRetryPredicate

All Superinterfaces:
Predicate<io.grpc.StatusRuntimeException>
All Known Implementing Classes:
StatusCodesRetryPredicate

public interface GrpcRetryPredicate extends Predicate<io.grpc.StatusRuntimeException>
Simple predicate that can define what StatusRuntimeExceptions should be retried.