Uses of Class
io.grpc.ClientStreamTracer.StreamInfo.Builder
Packages that use ClientStreamTracer.StreamInfo.Builder
-
Uses of ClientStreamTracer.StreamInfo.Builder in io.grpc
Methods in io.grpc that return ClientStreamTracer.StreamInfo.BuilderModifier and TypeMethodDescriptionClientStreamTracer.StreamInfo.newBuilder()
Creates an empty Builder.ClientStreamTracer.StreamInfo.Builder.setCallOptions
(CallOptions callOptions) Sets the effective CallOptions of the call.ClientStreamTracer.StreamInfo.Builder.setIsTransparentRetry
(boolean isTransparentRetry) Sets whether the stream is a transparent retry.ClientStreamTracer.StreamInfo.Builder.setPreviousAttempts
(int previousAttempts) Set the number of preceding attempts of the RPC.ClientStreamTracer.StreamInfo.toBuilder()
Converts this StreamInfo into a new Builder.