Uses of Class
io.vertx.rxjava3.grpc.common.GrpcMessage
-
Packages that use GrpcMessage Package Description io.vertx.rxjava3.grpc.client io.vertx.rxjava3.grpc.common io.vertx.rxjava3.grpc.server -
-
Uses of GrpcMessage in io.vertx.rxjava3.grpc.client
Method parameters in io.vertx.rxjava3.grpc.client with type arguments of type GrpcMessage Modifier and Type Method Description GrpcClientResponse<Req,Resp>
GrpcClientResponse. messageHandler(Handler<GrpcMessage> handler)
-
Uses of GrpcMessage in io.vertx.rxjava3.grpc.common
Fields in io.vertx.rxjava3.grpc.common with type parameters of type GrpcMessage Modifier and Type Field Description static io.vertx.lang.rx.TypeArg<GrpcMessage>
GrpcMessage. __TYPE_ARG
Methods in io.vertx.rxjava3.grpc.common that return GrpcMessage Modifier and Type Method Description GrpcMessage
GrpcMessageEncoder. encode(T msg)
static GrpcMessage
GrpcMessage. message(String encoding, Buffer payload)
static GrpcMessage
GrpcMessage. message(String encoding, WireFormat format, Buffer payload)
static GrpcMessage
GrpcMessage. newInstance(GrpcMessage arg)
Methods in io.vertx.rxjava3.grpc.common with parameters of type GrpcMessage Modifier and Type Method Description T
GrpcMessageDecoder. decode(GrpcMessage msg)
Completable
GrpcWriteStream. endMessage(GrpcMessage message)
End the stream with an encoded gRPC message.Completable
GrpcWriteStream. rxEndMessage(GrpcMessage message)
End the stream with an encoded gRPC message.Completable
GrpcWriteStream. rxWriteMessage(GrpcMessage message)
Write an encoded gRPC message.Completable
GrpcWriteStream. writeMessage(GrpcMessage message)
Write an encoded gRPC message.Method parameters in io.vertx.rxjava3.grpc.common with type arguments of type GrpcMessage Modifier and Type Method Description GrpcReadStream<T>
GrpcReadStream. messageHandler(Handler<GrpcMessage> handler)
Set a handler to be notified with incoming encoded messages. -
Uses of GrpcMessage in io.vertx.rxjava3.grpc.server
Method parameters in io.vertx.rxjava3.grpc.server with type arguments of type GrpcMessage Modifier and Type Method Description GrpcServerRequest<Req,Resp>
GrpcServerRequest. messageHandler(Handler<GrpcMessage> handler)
-