Uses of Class
io.grpc.internal.RetriableStream.RetryPlan
-
Packages that use RetriableStream.RetryPlan Package Description io.grpc.internal Interfaces and implementations that are internal to gRPC. -
-
Uses of RetriableStream.RetryPlan in io.grpc.internal
Methods in io.grpc.internal that return RetriableStream.RetryPlan Modifier and Type Method Description private RetriableStream.RetryPlan
RetriableStream.Sublistener. makeRetryDecision(Status status, Metadata trailer)
Decides in current situation whether or not the RPC should retry and if it should retry how long the backoff should be.
-