Package io.vertx.tp.ipc.service
Class DupliexServiceGrpc.DupliexServiceImplBase
- java.lang.Object
-
- io.vertx.tp.ipc.service.DupliexServiceGrpc.DupliexServiceImplBase
-
- All Implemented Interfaces:
io.grpc.BindableService
- Enclosing class:
- DupliexServiceGrpc
public abstract static class DupliexServiceGrpc.DupliexServiceImplBase extends Object implements io.grpc.BindableService
-
-
Constructor Summary
Constructors Constructor Description DupliexServiceImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinitionbindService()io.grpc.stub.StreamObserver<StreamClientRequest>dupliexCall(io.grpc.stub.StreamObserver<StreamServerResponse> responseObserver)Full: Client -> Server -> Client
-
-
-
Method Detail
-
dupliexCall
public io.grpc.stub.StreamObserver<StreamClientRequest> dupliexCall(io.grpc.stub.StreamObserver<StreamServerResponse> responseObserver)
Full: Client -> Server -> Client
-
bindService
public final io.grpc.ServerServiceDefinition bindService()
- Specified by:
bindServicein interfaceio.grpc.BindableService
-
-