Package api
Class ExecutorGrpc.ExecutorImplBase
- java.lang.Object
-
- api.ExecutorGrpc.ExecutorImplBase
-
- All Implemented Interfaces:
ExecutorGrpc.AsyncService,io.grpc.BindableService
- Enclosing class:
- ExecutorGrpc
public abstract static class ExecutorGrpc.ExecutorImplBase extends Object implements io.grpc.BindableService, ExecutorGrpc.AsyncService
Base class for the server implementation of the service Executor.
-
-
Constructor Summary
Constructors Constructor Description ExecutorImplBase()
-
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 api.ExecutorGrpc.AsyncService
cancelOnExecutor, deleteExecutorSettings, preemptOnExecutor, upsertExecutorSettings
-
-