Class ProfilesServiceGrpc.ProfilesServiceImplBase
java.lang.Object
io.opentelemetry.proto.collector.profiles.v1development.ProfilesServiceGrpc.ProfilesServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService,ProfilesServiceGrpc.AsyncService
- Enclosing class:
- ProfilesServiceGrpc
public abstract static class ProfilesServiceGrpc.ProfilesServiceImplBase
extends Object
implements io.grpc.BindableService, ProfilesServiceGrpc.AsyncService
Base class for the server implementation of the service ProfilesService.
Service that can be used to push profiles between one Application instrumented with OpenTelemetry and a collector, or between a collector and a central collector.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.opentelemetry.proto.collector.profiles.v1development.ProfilesServiceGrpc.AsyncService
export
-
Constructor Details
-
ProfilesServiceImplBase
public ProfilesServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-