Package binoculars
Class BinocularsGrpc.BinocularsStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<BinocularsGrpc.BinocularsStub>
-
- binoculars.BinocularsGrpc.BinocularsStub
-
- Enclosing class:
- BinocularsGrpc
public static final class BinocularsGrpc.BinocularsStub extends io.grpc.stub.AbstractAsyncStub<BinocularsGrpc.BinocularsStub>
A stub to allow clients to do asynchronous rpc calls to service Binoculars.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BinocularsGrpc.BinocularsStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)voidcordon(BinocularsOuterClass.CordonRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)voidlogs(BinocularsOuterClass.LogRequest request, io.grpc.stub.StreamObserver<BinocularsOuterClass.LogResponse> responseObserver)-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected BinocularsGrpc.BinocularsStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<BinocularsGrpc.BinocularsStub>
-
logs
public void logs(BinocularsOuterClass.LogRequest request, io.grpc.stub.StreamObserver<BinocularsOuterClass.LogResponse> responseObserver)
-
cordon
public void cordon(BinocularsOuterClass.CordonRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
-
-