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