Class 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.