Class IsRetryableInternalError (6.87.0)

public class IsRetryableInternalError implements Predicate<Throwable>

Inheritance

java.lang.Object > IsRetryableInternalError

Implements

com.google.common.base.Predicate<java.lang.Throwable>

Static Fields

INSTANCE

public static final IsRetryableInternalError INSTANCE
Field Value
TypeDescription
IsRetryableInternalError

Constructors

IsRetryableInternalError()

public IsRetryableInternalError()

Methods

apply(Throwable cause)

public boolean apply(Throwable cause)
Parameter
NameDescription
causeThrowable
Returns
TypeDescription
boolean

isRetryableInternalError(Status status)

public boolean isRetryableInternalError(Status status)
Parameter
NameDescription
statusio.grpc.Status
Returns
TypeDescription
boolean