| Modifier and Type | Method and Description |
|---|---|
ClientStreamTracer.Factory |
LoadBalancer.PickResult.getStreamTracerFactory()
The stream tracer factory this result was created with.
|
| Modifier and Type | Method and Description |
|---|---|
List<ClientStreamTracer.Factory> |
CallOptions.getStreamTracerFactories()
Returns an immutable list of
ClientStreamTracerFactorys. |
| Modifier and Type | Method and Description |
|---|---|
CallOptions |
CallOptions.withStreamTracerFactory(ClientStreamTracer.Factory factory)
Returns a new
CallOptions with a ClientStreamTracerFactory in addition to
the existing factories. |
static LoadBalancer.PickResult |
LoadBalancer.PickResult.withSubchannel(LoadBalancer.Subchannel subchannel,
ClientStreamTracer.Factory streamTracerFactory)
A decision to proceed the RPC on a Subchannel.
|