Package io.grpc.benchmarks.proto
Class WorkerServiceGrpc.WorkerServiceImplBase
- java.lang.Object
-
- io.grpc.benchmarks.proto.WorkerServiceGrpc.WorkerServiceImplBase
-
- All Implemented Interfaces:
WorkerServiceGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- WorkerServiceGrpc
public abstract static class WorkerServiceGrpc.WorkerServiceImplBase extends java.lang.Object implements io.grpc.BindableService, WorkerServiceGrpc.AsyncService
Base class for the server implementation of the service WorkerService.
-
-
Constructor Summary
Constructors Constructor Description WorkerServiceImplBase()
-
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 io.grpc.benchmarks.proto.WorkerServiceGrpc.AsyncService
coreCount, quitWorker, runClient, runServer
-
-