Class TracedClientStreamingCallable<RequestT,​ResponseT>


  • @BetaApi("The surface for tracing is not stable and might change in the future")
    @InternalApi
    public class TracedClientStreamingCallable<RequestT,​ResponseT>
    extends ClientStreamingCallable<RequestT,​ResponseT>
    A wrapper callable that will wrap a callable chain in a trace.

    This can be safely called from multiple threads. However the request ApiStreamObserver can only be used from a single thread.

    For internal use only.