public interface GrpcMessageDecoder<T>
Modifier and Type | Field and Description |
---|---|
static GrpcMessageDecoder<Buffer> |
GZIP |
static GrpcMessageDecoder<Buffer> |
IDENTITY |
Modifier and Type | Method and Description |
---|---|
T |
decode(GrpcMessage msg) |
static <T> GrpcMessageDecoder<T> |
unmarshaller(io.grpc.MethodDescriptor.Marshaller<T> desc) |
static final GrpcMessageDecoder<Buffer> IDENTITY
static final GrpcMessageDecoder<Buffer> GZIP
static <T> GrpcMessageDecoder<T> unmarshaller(io.grpc.MethodDescriptor.Marshaller<T> desc)
T decode(GrpcMessage msg) throws CodecException
CodecException
Copyright © 2023 Eclipse. All rights reserved.