Class TracedOperationInitialCallable<RequestT>

java.lang.Object
com.google.api.gax.rpc.UnaryCallable<RequestT,ResponseT>
com.google.api.gax.tracing.TracedUnaryCallable<RequestT,OperationSnapshot>
com.google.api.gax.tracing.TracedOperationInitialCallable<RequestT>

public class TracedOperationInitialCallable<RequestT> extends TracedUnaryCallable<RequestT,OperationSnapshot>
Traces the initial RPC of a long running operation.

It will trace it like a child unary RPC and will also contribute to the parent tracer (created by TracedOperationCallable) the result of the call.