Class TraceServiceGrpc
- java.lang.Object
-
- io.opentelemetry.proto.collector.trace.v1.TraceServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.48.1)", comments="Source: opentelemetry/proto/collector/trace/v1/trace_service.proto") public final class TraceServiceGrpc extends Object
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).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTraceServiceGrpc.TraceServiceBlockingStubService 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).static classTraceServiceGrpc.TraceServiceFutureStubService 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).static classTraceServiceGrpc.TraceServiceImplBaseService 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).static classTraceServiceGrpc.TraceServiceStubService 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).
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.MethodDescriptor<ExportTraceServiceRequest,ExportTraceServiceResponse>getExportMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static TraceServiceGrpc.TraceServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic TraceServiceGrpc.TraceServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic TraceServiceGrpc.TraceServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getExportMethod
public static io.grpc.MethodDescriptor<ExportTraceServiceRequest,ExportTraceServiceResponse> getExportMethod()
-
newStub
public static TraceServiceGrpc.TraceServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static TraceServiceGrpc.TraceServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static TraceServiceGrpc.TraceServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-