Class TraceServiceGrpc.TraceServiceImplBase

java.lang.Object
io.opentelemetry.proto.collector.trace.v1.TraceServiceGrpc.TraceServiceImplBase
All Implemented Interfaces:
io.grpc.BindableService, TraceServiceGrpc.AsyncService
Enclosing class:
TraceServiceGrpc

public abstract static class TraceServiceGrpc.TraceServiceImplBase extends Object implements io.grpc.BindableService, TraceServiceGrpc.AsyncService
Base class for the server implementation of the service TraceService.
 Service that can be used to push spans between one Application instrumented with
 OpenTelemetry and a collector, or between a collector and a central collector (in this
 case spans are sent/received to/from multiple Applications).
 
  • Constructor Details

    • TraceServiceImplBase

      public TraceServiceImplBase()
  • Method Details

    • bindService

      public final io.grpc.ServerServiceDefinition bindService()
      Specified by:
      bindService in interface io.grpc.BindableService