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.setTransportAttrs(Attributes transportAttrs)
Sets the attributes of the transport that this stream was created on.
|
ClientStreamTracer.StreamInfo.Builder |
ClientStreamTracer.StreamInfo.toBuilder()
Converts this StreamInfo into a new Builder.
|