Class CollectServiceGrpc.CollectServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<CollectServiceGrpc.CollectServiceStub>
-
- cz.o2.proxima.beam.tools.proto.service.CollectServiceGrpc.CollectServiceStub
-
- Enclosing class:
- CollectServiceGrpc
public static final class CollectServiceGrpc.CollectServiceStub extends io.grpc.stub.AbstractAsyncStub<CollectServiceGrpc.CollectServiceStub>
A stub to allow clients to do asynchronous 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.CollectServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)io.grpc.stub.StreamObserver<Collect.Item>collect(io.grpc.stub.StreamObserver<Collect.Response> responseObserver)-
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.CollectServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<CollectServiceGrpc.CollectServiceStub>
-
collect
public io.grpc.stub.StreamObserver<Collect.Item> collect(io.grpc.stub.StreamObserver<Collect.Response> responseObserver)
-
-