Class LogsServiceGrpc
- java.lang.Object
-
- io.opentelemetry.proto.collector.logs.v1.LogsServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.48.1)", comments="Source: opentelemetry/proto/collector/logs/v1/logs_service.proto") public final class LogsServiceGrpc extends Object
Service that can be used to push logs between one Application instrumented with OpenTelemetry and an collector, or between an collector and a central collector (in this case logs are sent/received to/from multiple Applications).
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classLogsServiceGrpc.LogsServiceBlockingStubService that can be used to push logs between one Application instrumented with OpenTelemetry and an collector, or between an collector and a central collector (in this case logs are sent/received to/from multiple Applications).static classLogsServiceGrpc.LogsServiceFutureStubService that can be used to push logs between one Application instrumented with OpenTelemetry and an collector, or between an collector and a central collector (in this case logs are sent/received to/from multiple Applications).static classLogsServiceGrpc.LogsServiceImplBaseService that can be used to push logs between one Application instrumented with OpenTelemetry and an collector, or between an collector and a central collector (in this case logs are sent/received to/from multiple Applications).static classLogsServiceGrpc.LogsServiceStubService that can be used to push logs between one Application instrumented with OpenTelemetry and an collector, or between an collector and a central collector (in this case logs 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<ExportLogsServiceRequest,ExportLogsServiceResponse>getExportMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static LogsServiceGrpc.LogsServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic LogsServiceGrpc.LogsServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic LogsServiceGrpc.LogsServiceStubnewStub(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<ExportLogsServiceRequest,ExportLogsServiceResponse> getExportMethod()
-
newStub
public static LogsServiceGrpc.LogsServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingStub
public static LogsServiceGrpc.LogsServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static LogsServiceGrpc.LogsServiceFutureStub 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()
-
-