Class IsRetryableInternalError (2.26.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 arg0)

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

isRetryableInternalError(Status arg0)

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