Package io.vertx.grpc.common
package io.vertx.grpc.common
-
ClassDescriptionAn encoding/decoding exception.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.Carries the protobuf-aware reader flags that the JSON decoder consults.Carries the protobuf-aware writer flags that the JSON encoder consults.Signals a message that is longer than the maximum configured size.Rpc method cardinalityServiceMethod<I,O> Bundle all the bits required to call or bind a grpc service method.A gRPC service name.The serialization format of gRPC messages on the wire.