Package io.vertx.grpc.common
package io.vertx.grpc.common
-
ClassDescriptionAn encoding/decoding exception.Signals an impromptu cancellation, usually sent by the client to the server.gRPC error, a subset of
GrpcStatuselements.Thrown when a failure happens before the response, and it could be interpreted to a gRPC failure, e.g. in practice it means an HTTP/2 stream reset mapped to a gRPC code according to the spec.Header names used by gRPC.gRPC request local propagation.The gRPC media types.A generic gRPC messagegRPC statuses.Signals an invalid message.Signals a message with an invalid payload, i.e. that could not be decoded by the protobuf codec.Signals a message that is longer than the maximum configured size.ServiceMethod<I,O> Bundle all the bits required to call or bind a grpc service method.A gRPC service name.The serialization format as an enum.