Package com.linecorp.armeria.common.grpc
@NonNullByDefault
package com.linecorp.armeria.common.grpc
gRPC-related common classes.
-
InterfaceDescriptionA JSON marshaller for gRPC method request or response messages to and from JSON.
-
ClassDescriptionA builder for creating a new
GrpcJsonMarshaller
that serializes and deserializes aMessage
to and from JSON.Creates aMeterIdPrefix
from aRequestLog
.gRPC-relatedSerializationFormat
instances.Deprecated.An element in a stack trace, based on the Java type of the same name.An element in a stack trace, based on the Java type of the same name.An exception that was thrown by some code, based on the Java type of the same name.An exception that was thrown by some code, based on the Java type of the same name. -
ExceptionDescriptionA
RuntimeException
reconstructed from debug information in a failed gRPC response, containing information about the cause of the exception at the server side.
GrpcWebTrailers
instead.