Package com.buildless.service.v1
Class TelemetryGrpc.TelemetryImplBase
java.lang.Object
com.buildless.service.v1.TelemetryGrpc.TelemetryImplBase
- All Implemented Interfaces:
TelemetryGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
TelemetryGrpc
public abstract static class TelemetryGrpc.TelemetryImplBase
extends Object
implements io.grpc.BindableService, TelemetryGrpc.AsyncService
Base class for the server implementation of the service Telemetry.
Defines the API surface for the Buildless analytics service. This service is used to collect devops analytics, and internal analytics for the suite of Buildless extensions, SDKs, and tools.
-
Constructor Details
-
TelemetryImplBase
public TelemetryImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-