Uses of Class
io.vertx.grpc.common.InvalidMessageException
Packages that use InvalidMessageException
Package
Description
-
Uses of InvalidMessageException in io.vertx.grpc.common
Subclasses of InvalidMessageException in io.vertx.grpc.commonModifier and TypeClassDescriptionfinal classSignals a message with an invalid payload, i.e. that could not be decoded by the protobuf codec.final classSignals a message that is longer than the maximum configured size.Method parameters in io.vertx.grpc.common with type arguments of type InvalidMessageExceptionModifier and TypeMethodDescriptionGrpcReadStream.invalidMessageHandler(Handler<InvalidMessageException> handler) Set a message handler that is reported with invalid message errors. -
Uses of InvalidMessageException in io.vertx.reactivex.grpc.client
Method parameters in io.vertx.reactivex.grpc.client with type arguments of type InvalidMessageExceptionModifier and TypeMethodDescriptionGrpcClientResponse.invalidMessageHandler(Handler<InvalidMessageException> handler) Set a message handler that is reported with invalid message errors. -
Uses of InvalidMessageException in io.vertx.reactivex.grpc.common
Method parameters in io.vertx.reactivex.grpc.common with type arguments of type InvalidMessageExceptionModifier and TypeMethodDescriptionGrpcReadStream.invalidMessageHandler(Handler<InvalidMessageException> handler) Set a message handler that is reported with invalid message errors. -
Uses of InvalidMessageException in io.vertx.reactivex.grpc.server
Method parameters in io.vertx.reactivex.grpc.server with type arguments of type InvalidMessageExceptionModifier and TypeMethodDescriptionGrpcServerRequest.invalidMessageHandler(Handler<InvalidMessageException> handler) Set a message handler that is reported with invalid message errors. -
Uses of InvalidMessageException in io.vertx.rxjava3.grpc.client
Method parameters in io.vertx.rxjava3.grpc.client with type arguments of type InvalidMessageExceptionModifier and TypeMethodDescriptionGrpcClientResponse.invalidMessageHandler(Handler<InvalidMessageException> handler) Set a message handler that is reported with invalid message errors. -
Uses of InvalidMessageException in io.vertx.rxjava3.grpc.common
Method parameters in io.vertx.rxjava3.grpc.common with type arguments of type InvalidMessageExceptionModifier and TypeMethodDescriptionGrpcReadStream.invalidMessageHandler(Handler<InvalidMessageException> handler) Set a message handler that is reported with invalid message errors. -
Uses of InvalidMessageException in io.vertx.rxjava3.grpc.server
Method parameters in io.vertx.rxjava3.grpc.server with type arguments of type InvalidMessageExceptionModifier and TypeMethodDescriptionGrpcServerRequest.invalidMessageHandler(Handler<InvalidMessageException> handler) Set a message handler that is reported with invalid message errors.