Package binoculars
Class BinocularsGrpc.BinocularsBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<BinocularsGrpc.BinocularsBlockingStub>
-
- binoculars.BinocularsGrpc.BinocularsBlockingStub
-
- Enclosing class:
- BinocularsGrpc
public static final class BinocularsGrpc.BinocularsBlockingStub extends io.grpc.stub.AbstractBlockingStub<BinocularsGrpc.BinocularsBlockingStub>
A stub to allow clients to do synchronous rpc calls to service Binoculars.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected BinocularsGrpc.BinocularsBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)com.google.protobuf.Emptycordon(BinocularsOuterClass.CordonRequest request)BinocularsOuterClass.LogResponselogs(BinocularsOuterClass.LogRequest request)-
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.BinocularsBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<BinocularsGrpc.BinocularsBlockingStub>
-
logs
public BinocularsOuterClass.LogResponse logs(BinocularsOuterClass.LogRequest request)
-
cordon
public com.google.protobuf.Empty cordon(BinocularsOuterClass.CordonRequest request)
-
-