Class IngestServiceGrpc
- java.lang.Object
-
- cz.o2.proxima.direct.server.rpc.proto.service.IngestServiceGrpc
-
@Generated(value="by gRPC proto compiler (version 1.71.0)", comments="Source: rpc.proto") public final class IngestServiceGrpc extends java.lang.ObjectIngest service serves as data entry point. All data is sent to the system via this endpoint.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceIngestServiceGrpc.AsyncServiceIngest service serves as data entry point.static classIngestServiceGrpc.IngestServiceBlockingStubA stub to allow clients to do limited synchronous rpc calls to service IngestService.static classIngestServiceGrpc.IngestServiceBlockingV2StubA stub to allow clients to do synchronous rpc calls to service IngestService.static classIngestServiceGrpc.IngestServiceFutureStubA stub to allow clients to do ListenableFuture-style rpc calls to service IngestService.static classIngestServiceGrpc.IngestServiceImplBaseBase class for the server implementation of the service IngestService.static classIngestServiceGrpc.IngestServiceStubA stub to allow clients to do asynchronous rpc calls to service IngestService.
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringSERVICE_NAME
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ServerServiceDefinitionbindService(IngestServiceGrpc.AsyncService service)static io.grpc.MethodDescriptor<Rpc.TransactionCommitRequest,Rpc.TransactionCommitResponse>getCommitMethod()static io.grpc.MethodDescriptor<Rpc.IngestBulk,Rpc.StatusBulk>getIngestBulkMethod()static io.grpc.MethodDescriptor<Rpc.Ingest,Rpc.Status>getIngestMethod()static io.grpc.MethodDescriptor<Rpc.Ingest,Rpc.Status>getIngestSingleMethod()static io.grpc.ServiceDescriptorgetServiceDescriptor()static IngestServiceGrpc.IngestServiceBlockingStubnewBlockingStub(io.grpc.Channel channel)Creates a new blocking-style stub that supports unary and streaming output calls on the servicestatic IngestServiceGrpc.IngestServiceBlockingV2StubnewBlockingV2Stub(io.grpc.Channel channel)Creates a new blocking-style stub that supports all types of calls on the servicestatic IngestServiceGrpc.IngestServiceFutureStubnewFutureStub(io.grpc.Channel channel)Creates a new ListenableFuture-style stub that supports unary calls on the servicestatic IngestServiceGrpc.IngestServiceStubnewStub(io.grpc.Channel channel)Creates a new async stub that supports all call types for the service
-
-
-
Field Detail
-
SERVICE_NAME
public static final java.lang.String SERVICE_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getIngestBulkMethod
public static io.grpc.MethodDescriptor<Rpc.IngestBulk,Rpc.StatusBulk> getIngestBulkMethod()
-
getIngestSingleMethod
public static io.grpc.MethodDescriptor<Rpc.Ingest,Rpc.Status> getIngestSingleMethod()
-
getIngestMethod
public static io.grpc.MethodDescriptor<Rpc.Ingest,Rpc.Status> getIngestMethod()
-
getCommitMethod
public static io.grpc.MethodDescriptor<Rpc.TransactionCommitRequest,Rpc.TransactionCommitResponse> getCommitMethod()
-
newStub
public static IngestServiceGrpc.IngestServiceStub newStub(io.grpc.Channel channel)
Creates a new async stub that supports all call types for the service
-
newBlockingV2Stub
public static IngestServiceGrpc.IngestServiceBlockingV2Stub newBlockingV2Stub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports all types of calls on the service
-
newBlockingStub
public static IngestServiceGrpc.IngestServiceBlockingStub newBlockingStub(io.grpc.Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
-
newFutureStub
public static IngestServiceGrpc.IngestServiceFutureStub newFutureStub(io.grpc.Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
-
bindService
public static final io.grpc.ServerServiceDefinition bindService(IngestServiceGrpc.AsyncService service)
-
getServiceDescriptor
public static io.grpc.ServiceDescriptor getServiceDescriptor()
-
-