Uses of Interface
io.vertx.grpc.common.GrpcMessage
Packages that use GrpcMessage
Package
Description
-
Uses of GrpcMessage in io.vertx.grpc.client
Method parameters in io.vertx.grpc.client with type arguments of type GrpcMessageModifier and TypeMethodDescriptionGrpcClientResponse.messageHandler(Handler<GrpcMessage> handler) -
Uses of GrpcMessage in io.vertx.grpc.common
Methods in io.vertx.grpc.common that return GrpcMessageModifier and TypeMethodDescriptionGrpcMessageEncoder.encode(T msg, WireFormat format) static GrpcMessagestatic GrpcMessageGrpcMessage.message(String encoding, WireFormat format, Buffer payload) InvalidMessagePayloadException.message()Methods in io.vertx.grpc.common with parameters of type GrpcMessageModifier and TypeMethodDescriptionGrpcMessageDecoder.decode(GrpcMessage msg) Decodes a given gRPC message into an object of typeT.GrpcWriteStream.endMessage(GrpcMessage message) End the stream with an encoded gRPC message.GrpcWriteStream.writeMessage(GrpcMessage message) Write an encoded gRPC message.Method parameters in io.vertx.grpc.common with type arguments of type GrpcMessageModifier and TypeMethodDescriptionGrpcReadStream.messageHandler(Handler<GrpcMessage> handler) Set a handler to be notified with incoming encoded messages.Constructors in io.vertx.grpc.common with parameters of type GrpcMessageModifierConstructorDescriptionInvalidMessagePayloadException(GrpcMessage message, Throwable cause) -
Uses of GrpcMessage in io.vertx.grpc.server
Method parameters in io.vertx.grpc.server with type arguments of type GrpcMessage -
Uses of GrpcMessage in io.vertx.reactivex.grpc.client
Method parameters in io.vertx.reactivex.grpc.client with type arguments of type GrpcMessageModifier and TypeMethodDescriptionGrpcClientResponse.messageHandler(Handler<GrpcMessage> handler) -
Uses of GrpcMessage in io.vertx.reactivex.grpc.common
Methods in io.vertx.reactivex.grpc.common with parameters of type GrpcMessageModifier and TypeMethodDescriptionGrpcWriteStream.endMessage(GrpcMessage message) End the stream with an encoded gRPC message.GrpcWriteStream.rxEndMessage(GrpcMessage message) End the stream with an encoded gRPC message.GrpcWriteStream.rxWriteMessage(GrpcMessage message) Write an encoded gRPC message.GrpcWriteStream.writeMessage(GrpcMessage message) Write an encoded gRPC message.Method parameters in io.vertx.reactivex.grpc.common with type arguments of type GrpcMessageModifier and TypeMethodDescriptionGrpcReadStream.messageHandler(Handler<GrpcMessage> handler) Set a handler to be notified with incoming encoded messages. -
Uses of GrpcMessage in io.vertx.reactivex.grpc.server
Method parameters in io.vertx.reactivex.grpc.server with type arguments of type GrpcMessage -
Uses of GrpcMessage in io.vertx.rxjava3.grpc.client
Method parameters in io.vertx.rxjava3.grpc.client with type arguments of type GrpcMessageModifier and TypeMethodDescriptionGrpcClientResponse.messageHandler(Handler<GrpcMessage> handler) -
Uses of GrpcMessage in io.vertx.rxjava3.grpc.common
Methods in io.vertx.rxjava3.grpc.common with parameters of type GrpcMessageModifier and TypeMethodDescriptionGrpcWriteStream.endMessage(GrpcMessage message) End the stream with an encoded gRPC message.GrpcWriteStream.rxEndMessage(GrpcMessage message) End the stream with an encoded gRPC message.GrpcWriteStream.rxWriteMessage(GrpcMessage message) Write an encoded gRPC message.GrpcWriteStream.writeMessage(GrpcMessage message) Write an encoded gRPC message.Method parameters in io.vertx.rxjava3.grpc.common with type arguments of type GrpcMessageModifier and TypeMethodDescriptionGrpcReadStream.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