Package org.finos.tracdap.api.internal
Class TracRuntimeApiGrpc.TracRuntimeApiStub
java.lang.Object
io.grpc.stub.AbstractStub<TracRuntimeApiGrpc.TracRuntimeApiStub>
io.grpc.stub.AbstractAsyncStub<TracRuntimeApiGrpc.TracRuntimeApiStub>
org.finos.tracdap.api.internal.TracRuntimeApiGrpc.TracRuntimeApiStub
- Enclosing class:
TracRuntimeApiGrpc
public static final class TracRuntimeApiGrpc.TracRuntimeApiStub
extends io.grpc.stub.AbstractAsyncStub<TracRuntimeApiGrpc.TracRuntimeApiStub>
A stub to allow clients to do asynchronous rpc calls to service TracRuntimeApi.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.grpc.stub.AbstractStub
io.grpc.stub.AbstractStub.StubFactory<T extends io.grpc.stub.AbstractStub<T>> -
Method Summary
Modifier and TypeMethodDescriptionprotected TracRuntimeApiGrpc.TracRuntimeApiStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidgetJobResult(RuntimeJobInfoRequest request, io.grpc.stub.StreamObserver<RuntimeJobResult> responseObserver) voidgetJobStatus(RuntimeJobInfoRequest request, io.grpc.stub.StreamObserver<RuntimeJobStatus> responseObserver) voidlistJobs(RuntimeListJobsRequest request, io.grpc.stub.StreamObserver<RuntimeListJobsResponse> responseObserver) Methods inherited from class io.grpc.stub.AbstractAsyncStub
newStub, newStubMethods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected TracRuntimeApiGrpc.TracRuntimeApiStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<TracRuntimeApiGrpc.TracRuntimeApiStub>
-
listJobs
public void listJobs(RuntimeListJobsRequest request, io.grpc.stub.StreamObserver<RuntimeListJobsResponse> responseObserver) -
getJobStatus
public void getJobStatus(RuntimeJobInfoRequest request, io.grpc.stub.StreamObserver<RuntimeJobStatus> responseObserver) -
getJobResult
public void getJobResult(RuntimeJobInfoRequest request, io.grpc.stub.StreamObserver<RuntimeJobResult> responseObserver)
-