summaryrefslogtreecommitdiff
path: root/vendor/jonahgeorge/jaeger-client-php/src/Jaeger/Thrift/Crossdock/TracedServiceIf.php
blob: e2dd9a8eb8ab86908efcc6d2519f2e48651783a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php
namespace Jaeger\Thrift\Crossdock;
/**
 * Autogenerated by Thrift Compiler (0.11.0)
 *
 * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
 *  @generated
 */
use Thrift\Base\TBase;
use Thrift\Type\TType;
use Thrift\Type\TMessageType;
use Thrift\Exception\TException;
use Thrift\Exception\TProtocolException;
use Thrift\Protocol\TProtocol;
use Thrift\Protocol\TBinaryProtocolAccelerated;
use Thrift\Exception\TApplicationException;


interface TracedServiceIf {
  /**
   * @param \Jaeger\Thrift\Crossdock\StartTraceRequest $request
   * @return \Jaeger\Thrift\Crossdock\TraceResponse Each server must include the information about the span it observed.
   * It can only be omitted from the response if notImplementedError field is not empty.
   * If the server was instructed to make a downstream call, it must embed the
   * downstream response in its own response.
   * 
   */
  public function startTrace(\Jaeger\Thrift\Crossdock\StartTraceRequest $request);
  /**
   * @param \Jaeger\Thrift\Crossdock\JoinTraceRequest $request
   * @return \Jaeger\Thrift\Crossdock\TraceResponse Each server must include the information about the span it observed.
   * It can only be omitted from the response if notImplementedError field is not empty.
   * If the server was instructed to make a downstream call, it must embed the
   * downstream response in its own response.
   * 
   */
  public function joinTrace(\Jaeger\Thrift\Crossdock\JoinTraceRequest $request);
}