Uses of Class
io.vertx.grpc.common.InvalidMessageException
-
-
Uses of InvalidMessageException in io.vertx.grpc.common
Subclasses of InvalidMessageException in io.vertx.grpc.common Modifier and Type Class Description class
InvalidMessagePayloadException
Signals a message with an invalid payload, i.e.class
MessageSizeOverflowException
Signals a message that is longer than the maximum configured size.Method parameters in io.vertx.grpc.common with type arguments of type InvalidMessageException Modifier and Type Method Description GrpcReadStream<T>
GrpcReadStream. 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 InvalidMessageException Modifier and Type Method Description GrpcReadStream<Resp>
GrpcClientResponse. 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 InvalidMessageException Modifier and Type Method Description GrpcReadStream<T>
GrpcReadStream. 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 InvalidMessageException Modifier and Type Method Description GrpcReadStream<Req>
GrpcServerRequest. 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 InvalidMessageException Modifier and Type Method Description GrpcReadStream<Resp>
GrpcClientResponse. 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 InvalidMessageException Modifier and Type Method Description GrpcReadStream<T>
GrpcReadStream. 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 InvalidMessageException Modifier and Type Method Description GrpcReadStream<Req>
GrpcServerRequest. invalidMessageHandler(Handler<InvalidMessageException> handler)
Set a message handler that is reported with invalid message errors.
-