Package grpc.connector
Class OnlineStoreGrpc.OnlineStoreImplBase
- java.lang.Object
-
- grpc.connector.OnlineStoreGrpc.OnlineStoreImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- OnlineStoreGrpc
public abstract static class OnlineStoreGrpc.OnlineStoreImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description OnlineStoreImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()voidonlineRead(Connector.OnlineReadRequest request, io.grpc.stub.StreamObserver<Connector.OnlineReadResponse> responseObserver)
-
-
-
Method Detail
-
onlineRead
public void onlineRead(Connector.OnlineReadRequest request, io.grpc.stub.StreamObserver<Connector.OnlineReadResponse> responseObserver)
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-