Uses of Class
io.vertx.grpc.common.GrpcError
-
-
Uses of GrpcError in io.vertx.grpc.client
Method parameters in io.vertx.grpc.client with type arguments of type GrpcError Modifier and Type Method Description GrpcClientResponse<Req,Resp>
GrpcClientResponse. errorHandler(Handler<GrpcError> handler)
-
Uses of GrpcError in io.vertx.grpc.common
Methods in io.vertx.grpc.common that return GrpcError Modifier and Type Method Description GrpcError
GrpcErrorException. error()
static GrpcError
GrpcError. mapHttp2ErrorCode(long code)
Map the HTTP/2 code to the gRPC error.static GrpcError
GrpcError. valueOf(String name)
Returns the enum constant of this type with the specified name.static GrpcError[]
GrpcError. values()
Returns an array containing the constants of this enum type, in the order they are declared.Method parameters in io.vertx.grpc.common with type arguments of type GrpcError Modifier and Type Method Description GrpcReadStream<T>
GrpcReadStream. errorHandler(Handler<GrpcError> handler)
Set a handler to be notified with gRPC errors.Constructors in io.vertx.grpc.common with parameters of type GrpcError Constructor Description GrpcErrorException(GrpcError error, GrpcStatus status)
-
Uses of GrpcError in io.vertx.grpc.server
Method parameters in io.vertx.grpc.server with type arguments of type GrpcError Modifier and Type Method Description GrpcServerRequest<Req,Resp>
GrpcServerRequest. errorHandler(Handler<GrpcError> handler)
-
Uses of GrpcError in io.vertx.reactivex.grpc.client
Method parameters in io.vertx.reactivex.grpc.client with type arguments of type GrpcError Modifier and Type Method Description GrpcClientResponse<Req,Resp>
GrpcClientResponse. errorHandler(Handler<GrpcError> handler)
-
Uses of GrpcError in io.vertx.reactivex.grpc.common
Method parameters in io.vertx.reactivex.grpc.common with type arguments of type GrpcError Modifier and Type Method Description GrpcReadStream<T>
GrpcReadStream. errorHandler(Handler<GrpcError> handler)
Set a handler to be notified with gRPC errors. -
Uses of GrpcError in io.vertx.reactivex.grpc.server
Method parameters in io.vertx.reactivex.grpc.server with type arguments of type GrpcError Modifier and Type Method Description GrpcServerRequest<Req,Resp>
GrpcServerRequest. errorHandler(Handler<GrpcError> handler)
-
Uses of GrpcError in io.vertx.rxjava3.grpc.client
Method parameters in io.vertx.rxjava3.grpc.client with type arguments of type GrpcError Modifier and Type Method Description GrpcClientResponse<Req,Resp>
GrpcClientResponse. errorHandler(Handler<GrpcError> handler)
-
Uses of GrpcError in io.vertx.rxjava3.grpc.common
Method parameters in io.vertx.rxjava3.grpc.common with type arguments of type GrpcError Modifier and Type Method Description GrpcReadStream<T>
GrpcReadStream. errorHandler(Handler<GrpcError> handler)
Set a handler to be notified with gRPC errors. -
Uses of GrpcError in io.vertx.rxjava3.grpc.server
Method parameters in io.vertx.rxjava3.grpc.server with type arguments of type GrpcError Modifier and Type Method Description GrpcServerRequest<Req,Resp>
GrpcServerRequest. errorHandler(Handler<GrpcError> handler)
-