Package | Description |
---|---|
io.vertx.rxjava3.grpc.common |
Modifier and Type | Field and Description |
---|---|
static GrpcMessageDecoder<Buffer> |
GrpcMessageDecoder.GZIP |
static GrpcMessageDecoder<Buffer> |
GrpcMessageDecoder.IDENTITY |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<GrpcMessageDecoder> |
GrpcMessageDecoder.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
GrpcMessageDecoder<I> |
ServiceMethod.decoder() |
static <T> GrpcMessageDecoder<T> |
GrpcMessageDecoder.newInstance(GrpcMessageDecoder arg) |
static <T> GrpcMessageDecoder<T> |
GrpcMessageDecoder.newInstance(GrpcMessageDecoder arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
static <T> GrpcMessageDecoder<T> |
GrpcMessageDecoder.unmarshaller(io.grpc.MethodDescriptor.Marshaller<T> desc) |
Modifier and Type | Method and 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) |
Copyright © 2024 Eclipse. All rights reserved.