Package dev.enola.core.proto
Class EnolaServiceGrpc.EnolaServiceStub
java.lang.Object
io.grpc.stub.AbstractStub<EnolaServiceGrpc.EnolaServiceStub>
io.grpc.stub.AbstractAsyncStub<EnolaServiceGrpc.EnolaServiceStub>
dev.enola.core.proto.EnolaServiceGrpc.EnolaServiceStub
- Enclosing class:
EnolaServiceGrpc
public static final class EnolaServiceGrpc.EnolaServiceStub
extends io.grpc.stub.AbstractAsyncStub<EnolaServiceGrpc.EnolaServiceStub>
A stub to allow clients to do asynchronous rpc calls to service EnolaService.
This is the API with which Enola clients (such as a CLI or UI) connect.
-
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 EnolaServiceGrpc.EnolaServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions) voidgetFileDescriptorSet(GetFileDescriptorSetRequest request, io.grpc.stub.StreamObserver<GetFileDescriptorSetResponse> responseObserver) voidgetThing(GetThingRequest request, io.grpc.stub.StreamObserver<GetThingResponse> responseObserver) voidgetThings(GetThingsRequest request, io.grpc.stub.StreamObserver<GetThingsResponse> 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, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
Method Details
-
build
protected EnolaServiceGrpc.EnolaServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions) - Specified by:
buildin classio.grpc.stub.AbstractStub<EnolaServiceGrpc.EnolaServiceStub>
-
getFileDescriptorSet
public void getFileDescriptorSet(GetFileDescriptorSetRequest request, io.grpc.stub.StreamObserver<GetFileDescriptorSetResponse> responseObserver) -
getThing
public void getThing(GetThingRequest request, io.grpc.stub.StreamObserver<GetThingResponse> responseObserver) -
getThings
public void getThings(GetThingsRequest request, io.grpc.stub.StreamObserver<GetThingsResponse> responseObserver)
-