java.lang.Object
io.stargate.sgv2.api.common.grpc.retries.impl.StatusCodesRetryPredicate
-
Constructor Summary
Constructors
-
Method Summary
boolean
test(io.grpc.StatusRuntimeException e)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
StatusCodesRetryPredicate
public StatusCodesRetryPredicate(Set<io.grpc.Status.Code> statusCodes)
-
Method Details
-
test
public boolean test(io.grpc.StatusRuntimeException e)
- Specified by:
test in interface Predicate<io.grpc.StatusRuntimeException>