Class IsRetryableInternalError (6.85.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
Type Description
IsRetryableInternalError

Constructors

IsRetryableInternalError()

public IsRetryableInternalError()

Methods

apply(Throwable cause)

public boolean apply(Throwable cause)
Parameter
Name Description
cause Throwable
Returns
Type Description
boolean

isRetryableInternalError(Status status)

public boolean isRetryableInternalError(Status status)
Parameter
Name Description
status io.grpc.Status
Returns
Type Description
boolean