Package io.vertx.tp.ipc.service
Class DupliexServiceGrpc.DupliexServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<DupliexServiceGrpc.DupliexServiceStub>
-
- io.vertx.tp.ipc.service.DupliexServiceGrpc.DupliexServiceStub
-
- Enclosing class:
- DupliexServiceGrpc
public static final class DupliexServiceGrpc.DupliexServiceStub extends io.grpc.stub.AbstractStub<DupliexServiceGrpc.DupliexServiceStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected DupliexServiceGrpc.DupliexServiceStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)io.grpc.stub.StreamObserver<StreamClientRequest>dupliexCall(io.grpc.stub.StreamObserver<StreamServerResponse> responseObserver)Full: Client -> Server -> Client-
Methods inherited from class io.grpc.stub.AbstractStub
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReady
-
-
-
-
Method Detail
-
build
protected DupliexServiceGrpc.DupliexServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<DupliexServiceGrpc.DupliexServiceStub>
-
dupliexCall
public io.grpc.stub.StreamObserver<StreamClientRequest> dupliexCall(io.grpc.stub.StreamObserver<StreamServerResponse> responseObserver)
Full: Client -> Server -> Client
-
-