Package | Description |
---|---|
io.vertx.grpc.common | |
io.vertx.reactivex.grpc.common | |
io.vertx.rxjava.grpc.common | |
io.vertx.rxjava3.grpc.common |
Modifier and Type | Field and Description |
---|---|
static GrpcMessageDecoder<Buffer> |
GrpcMessageDecoder.GZIP |
static GrpcMessageDecoder<Buffer> |
GrpcMessageDecoder.IDENTITY |
Modifier and Type | Method and Description |
---|---|
GrpcMessageDecoder<I> |
ServiceMethod.decoder() |
static <T> GrpcMessageDecoder<T> |
GrpcMessageDecoder.decoder(com.google.protobuf.Parser<T> parser)
Create a decoder for a given protobuf
Parser . |
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) |
Modifier and Type | Method and Description |
---|---|
GrpcMessageDecoder |
GrpcMessageDecoder.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <T> GrpcMessageDecoder<T> |
GrpcMessageDecoder.newInstance(GrpcMessageDecoder arg) |
static <T> GrpcMessageDecoder<T> |
GrpcMessageDecoder.newInstance(GrpcMessageDecoder arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
Constructor and Description |
---|
GrpcMessageDecoder(GrpcMessageDecoder delegate) |
Modifier and Type | Method and Description |
---|---|
GrpcMessageDecoder |
GrpcMessageDecoder.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <T> GrpcMessageDecoder<T> |
GrpcMessageDecoder.newInstance(GrpcMessageDecoder arg) |
static <T> GrpcMessageDecoder<T> |
GrpcMessageDecoder.newInstance(GrpcMessageDecoder arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
Constructor and Description |
---|
GrpcMessageDecoder(GrpcMessageDecoder delegate) |
Modifier and Type | Method and Description |
---|---|
GrpcMessageDecoder |
GrpcMessageDecoder.getDelegate() |
Modifier and Type | Method and Description |
---|---|
static <T> GrpcMessageDecoder<T> |
GrpcMessageDecoder.newInstance(GrpcMessageDecoder arg) |
static <T> GrpcMessageDecoder<T> |
GrpcMessageDecoder.newInstance(GrpcMessageDecoder arg,
io.vertx.lang.rx.TypeArg<T> __typeArg_T) |
Constructor and Description |
---|
GrpcMessageDecoder(GrpcMessageDecoder delegate) |
Copyright © 2024 Eclipse. All rights reserved.