public interface AnyRpcClientContext
| Modifier and Type | Method and Description |
|---|---|
int |
getApplicationError() |
String |
getErrorDetail() |
Throwable |
getException() |
long |
getStartTimeMillis() |
com.google.apphosting.base.protos.Status.StatusProto |
getStatus() |
void |
setDeadline(double seconds)
Set the deadline that will be applied to the RPC call made using this context.
|
void |
startCancel() |
int getApplicationError()
String getErrorDetail()
long getStartTimeMillis()
com.google.apphosting.base.protos.Status.StatusProto getStatus()
Throwable getException()
void setDeadline(double seconds)
IllegalArgumentException - if the deadline is negative or too long. The maximum allowed
deadline is unspecified, but is at least some number of years.void startCancel()
Copyright © 2022. All rights reserved.