Package emissary.grpc.sample.v1
Class SampleServiceGrpc.SampleServiceImplBase
- java.lang.Object
-
- emissary.grpc.sample.v1.SampleServiceGrpc.SampleServiceImplBase
-
- All Implemented Interfaces:
SampleServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- SampleServiceGrpc
public abstract static class SampleServiceGrpc.SampleServiceImplBase extends Object implements io.grpc.BindableService, SampleServiceGrpc.AsyncService
Base class for the server implementation of the service SampleService.
-
-
Constructor Summary
Constructors Constructor Description SampleServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface emissary.grpc.sample.v1.SampleServiceGrpc.AsyncService
callSampleHealthCheck, callSampleService
-
-