public abstract static class ElasticGrpc.ElasticImplBase
extends java.lang.Object
implements io.grpc.BindableService
| Constructor and Description |
|---|
ElasticGrpc.ElasticImplBase() |
| Modifier and Type | Method and Description |
|---|---|
io.grpc.ServerServiceDefinition |
bindService() |
void |
itemExport(ItemExport.Request request,
io.grpc.stub.StreamObserver<ItemExport.Response> responseObserver) |
void |
itemGet(ItemGet.Request request,
io.grpc.stub.StreamObserver<ItemGet.Response> responseObserver) |
void |
itemSuggest(ItemSuggest.Request request,
io.grpc.stub.StreamObserver<ItemSuggest.Response> responseObserver) |
void |
postingGet(PostingGet.Request request,
io.grpc.stub.StreamObserver<PostingGet.Response> responseObserver) |
public void itemGet(ItemGet.Request request, io.grpc.stub.StreamObserver<ItemGet.Response> responseObserver)
public void itemSuggest(ItemSuggest.Request request, io.grpc.stub.StreamObserver<ItemSuggest.Response> responseObserver)
public void itemExport(ItemExport.Request request, io.grpc.stub.StreamObserver<ItemExport.Response> responseObserver)
public void postingGet(PostingGet.Request request, io.grpc.stub.StreamObserver<PostingGet.Response> responseObserver)
public final io.grpc.ServerServiceDefinition bindService()
bindService in interface io.grpc.BindableService