Class CollectorServiceGrpc.CollectorServiceImplBase
java.lang.Object
io.helidon.tracing.exporter.jaeger.proto.api_v2.CollectorServiceGrpc.CollectorServiceImplBase
- All Implemented Interfaces:
io.grpc.BindableService,CollectorServiceGrpc.AsyncService
- Enclosing class:
CollectorServiceGrpc
public abstract static class CollectorServiceGrpc.CollectorServiceImplBase
extends Object
implements io.grpc.BindableService, CollectorServiceGrpc.AsyncService
Base class for the server implementation of the service CollectorService.
-
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.helidon.tracing.exporter.jaeger.proto.api_v2.CollectorServiceGrpc.AsyncService
postSpans
-
Constructor Details
-
CollectorServiceImplBase
public CollectorServiceImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-