Uses of Class
io.vertx.reactivex.grpc.common.GrpcMessageDecoder
-
Packages that use GrpcMessageDecoder Package Description io.vertx.reactivex.grpc.common -
-
Uses of GrpcMessageDecoder in io.vertx.reactivex.grpc.common
Fields in io.vertx.reactivex.grpc.common declared as GrpcMessageDecoder Modifier and Type Field Description static GrpcMessageDecoder<Buffer>GrpcMessageDecoder. IDENTITYstatic GrpcMessageDecoder<JsonObject>GrpcMessageDecoder. JSON_OBJECTA decoder in JSON format decoding to instances of .static GrpcMessageDecoder<Object>GrpcMessageDecoder. JSON_VALUEA decoder in JSON format decoding arbitrary JSON values: , or string/number/boolean/nullFields in io.vertx.reactivex.grpc.common with type parameters of type GrpcMessageDecoder Modifier and Type Field Description static TypeArg<GrpcMessageDecoder>GrpcMessageDecoder. __TYPE_ARGMethods in io.vertx.reactivex.grpc.common that return GrpcMessageDecoder Modifier and Type Method Description GrpcMessageDecoder<I>ServiceMethod. decoder()static <T> GrpcMessageDecoder<T>GrpcMessageDecoder. json(Class<T> clazz)Create a decoder in JSON format decoding to instances of theclazzusing (Jackson Databind is required).static <T> GrpcMessageDecoder<T>GrpcMessageDecoder. newInstance(GrpcMessageDecoder arg)static <T> GrpcMessageDecoder<T>GrpcMessageDecoder. newInstance(GrpcMessageDecoder arg, TypeArg<T> __typeArg_T)Methods in io.vertx.reactivex.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)
-