Class IngestServiceGrpc.IngestServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<IngestServiceGrpc.IngestServiceBlockingStub>
-
- cz.o2.proxima.direct.server.rpc.proto.service.IngestServiceGrpc.IngestServiceBlockingStub
-
- Enclosing class:
- IngestServiceGrpc
public static final class IngestServiceGrpc.IngestServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<IngestServiceGrpc.IngestServiceBlockingStub>
A stub to allow clients to do limited synchronous rpc calls to service IngestService.Ingest service serves as data entry point. All data is sent to the system via this endpoint.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IngestServiceGrpc.IngestServiceBlockingStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)Rpc.TransactionCommitResponsecommit(Rpc.TransactionCommitRequest request)A synchronous request to commit a transaction.Rpc.Statusingest(Rpc.Ingest request)Synchronous ingest request.-
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 IngestServiceGrpc.IngestServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<IngestServiceGrpc.IngestServiceBlockingStub>
-
ingest
public Rpc.Status ingest(Rpc.Ingest request)
Synchronous ingest request.
-
commit
public Rpc.TransactionCommitResponse commit(Rpc.TransactionCommitRequest request)
A synchronous request to commit a transaction.
-
-