Package io.vertx.tp.ipc.service
Class VertxProduceServiceGrpc.ProduceServiceVertxStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<VertxProduceServiceGrpc.ProduceServiceVertxStub>
-
- io.vertx.tp.ipc.service.VertxProduceServiceGrpc.ProduceServiceVertxStub
-
- Enclosing class:
- VertxProduceServiceGrpc
public static final class VertxProduceServiceGrpc.ProduceServiceVertxStub extends io.grpc.stub.AbstractStub<VertxProduceServiceGrpc.ProduceServiceVertxStub>
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected VertxProduceServiceGrpc.ProduceServiceVertxStubbuild(io.grpc.Channel channel, io.grpc.CallOptions callOptions)io.vertx.core.streams.ReadStream<StreamClientResponse>inputCall(io.vertx.core.Handler<io.vertx.core.streams.WriteStream<StreamClientRequest>> hdlr)Direct: 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 VertxProduceServiceGrpc.ProduceServiceVertxStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
buildin classio.grpc.stub.AbstractStub<VertxProduceServiceGrpc.ProduceServiceVertxStub>
-
inputCall
public io.vertx.core.streams.ReadStream<StreamClientResponse> inputCall(io.vertx.core.Handler<io.vertx.core.streams.WriteStream<StreamClientRequest>> hdlr)
Direct: Client -> Server -> Client
-
-