Package org.finos.tracdap.api
Class TracOrchestratorApiGrpc.TracOrchestratorApiImplBase
java.lang.Object
org.finos.tracdap.api.TracOrchestratorApiGrpc.TracOrchestratorApiImplBase
- All Implemented Interfaces:
io.grpc.BindableService,TracOrchestratorApiGrpc.AsyncService
- Enclosing class:
TracOrchestratorApiGrpc
public abstract static class TracOrchestratorApiGrpc.TracOrchestratorApiImplBase
extends Object
implements io.grpc.BindableService, TracOrchestratorApiGrpc.AsyncService
Base class for the server implementation of the service TracOrchestratorApi.
Public API for submitting, querying and managing jobs in the TRAC platform
-
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 org.finos.tracdap.api.TracOrchestratorApiGrpc.AsyncService
cancelJob, checkJob, followJob, submitJob, validateJob
-
Constructor Details
-
TracOrchestratorApiImplBase
public TracOrchestratorApiImplBase()
-
-
Method Details
-
bindService
public final io.grpc.ServerServiceDefinition bindService()- Specified by:
bindServicein interfaceio.grpc.BindableService
-