Uses of Class
io.vertx.rxjava.grpc.common.GrpcMessageDecoder
-
Packages that use GrpcMessageDecoder Package Description io.vertx.rxjava.grpc.common -
-
Uses of GrpcMessageDecoder in io.vertx.rxjava.grpc.common
Fields in io.vertx.rxjava.grpc.common declared as GrpcMessageDecoder Modifier and Type Field Description static GrpcMessageDecoder<Buffer>
GrpcMessageDecoder. GZIP
static GrpcMessageDecoder<Buffer>
GrpcMessageDecoder. IDENTITY
Fields in io.vertx.rxjava.grpc.common with type parameters of type GrpcMessageDecoder Modifier and Type Field Description static TypeArg<GrpcMessageDecoder>
GrpcMessageDecoder. __TYPE_ARG
Methods in io.vertx.rxjava.grpc.common that return GrpcMessageDecoder Modifier and Type Method Description GrpcMessageDecoder<I>
ServiceMethod. decoder()
static <T> GrpcMessageDecoder<T>
GrpcMessageDecoder. newInstance(GrpcMessageDecoder arg)
static <T> GrpcMessageDecoder<T>
GrpcMessageDecoder. newInstance(GrpcMessageDecoder arg, TypeArg<T> __typeArg_T)
static <T> GrpcMessageDecoder<T>
GrpcMessageDecoder. unmarshaller(io.grpc.MethodDescriptor.Marshaller<T> desc)
Methods in io.vertx.rxjava.grpc.common with parameters of type GrpcMessageDecoder Modifier and Type Method Description static <Req,Resp>
ServiceMethod<Resp,Req>ServiceMethod. client(ServiceName serviceName, String methodName, GrpcMessageEncoder<Req> encoder, GrpcMessageDecoder<Resp> decoder)
static <Req,Resp>
ServiceMethod<Req,Resp>ServiceMethod. server(ServiceName serviceName, String methodName, GrpcMessageEncoder<Resp> encoder, GrpcMessageDecoder<Req> decoder)
-