Package | Description |
---|---|
io.grpc |
The gRPC core public API.
|
Modifier and Type | Method and Description |
---|---|
static ClientStreamTracer.StreamInfo.Builder |
ClientStreamTracer.StreamInfo.newBuilder()
Creates an empty Builder.
|
ClientStreamTracer.StreamInfo.Builder |
ClientStreamTracer.StreamInfo.Builder.setCallOptions(CallOptions callOptions)
Sets the effective CallOptions of the call.
|
ClientStreamTracer.StreamInfo.Builder |
ClientStreamTracer.StreamInfo.Builder.setIsTransparentRetry(boolean isTransparentRetry)
Sets whether the stream is a transparent retry.
|
ClientStreamTracer.StreamInfo.Builder |
ClientStreamTracer.StreamInfo.Builder.setPreviousAttempts(int previousAttempts)
Set the number of preceding attempts of the RPC.
|
ClientStreamTracer.StreamInfo.Builder |
ClientStreamTracer.StreamInfo.toBuilder()
Converts this StreamInfo into a new Builder.
|