Class DockerServiceGrpc.DockerServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<DockerServiceGrpc.DockerServiceStub>
io.grpc.stub.AbstractAsyncStub<DockerServiceGrpc.DockerServiceStub>
tech.justen.concord.goodwill.grpc.DockerServiceGrpc.DockerServiceStub
- Enclosing class:
DockerServiceGrpc
public static final class DockerServiceGrpc.DockerServiceStub
extends io.grpc.stub.AbstractAsyncStub<DockerServiceGrpc.DockerServiceStub>
A stub to allow clients to do asynchronous rpc calls to service DockerService.
-
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 DockerServiceGrpc.DockerServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidrunContainer(DockerProto.DockerContainerSpec request, io.grpc.stub.StreamObserver<DockerProto.DockerContainerResult> 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, withOption, withWaitForReady
-
Method Details
-
build
protected DockerServiceGrpc.DockerServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<DockerServiceGrpc.DockerServiceStub>
-
runContainer
public void runContainer(DockerProto.DockerContainerSpec request, io.grpc.stub.StreamObserver<DockerProto.DockerContainerResult> responseObserver)
-