public abstract static class ClientStreamTracer.Factory extends Object
ClientStreamTracer
.Constructor and Description |
---|
Factory() |
Modifier and Type | Method and Description |
---|---|
abstract ClientStreamTracer |
newClientStreamTracer(Metadata headers)
Creates a
ClientStreamTracer for a new client stream. |
public abstract ClientStreamTracer newClientStreamTracer(Metadata headers)
ClientStreamTracer
for a new client stream.headers
- the mutable headers of the stream. It can be safely mutated within this
method. It should not be saved because it is not safe for read or write after the
method returns.