Class CollectServiceGrpc.CollectServiceBlockingV2Stub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<CollectServiceGrpc.CollectServiceBlockingV2Stub>
-
- cz.o2.proxima.beam.tools.proto.service.CollectServiceGrpc.CollectServiceBlockingV2Stub
-
- Enclosing class:
- CollectServiceGrpc
public static final class CollectServiceGrpc.CollectServiceBlockingV2Stub extends io.grpc.stub.AbstractBlockingStub<CollectServiceGrpc.CollectServiceBlockingV2Stub>
A stub to allow clients to do synchronous rpc calls to service CollectService.Collect service collects data from remote producers into the console.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected CollectServiceGrpc.CollectServiceBlockingV2Stubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)io.grpc.stub.BlockingClientCall<Collect.Item,Collect.Response>collect()-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOnReadyThreshold, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected CollectServiceGrpc.CollectServiceBlockingV2Stub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CollectServiceGrpc.CollectServiceBlockingV2Stub>
-
collect
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10918") public io.grpc.stub.BlockingClientCall<Collect.Item,Collect.Response> collect()
-
-