Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<ServiceMethod> |
__TYPE_ARG |
io.vertx.lang.rx.TypeArg<I> |
__typeArg_0 |
io.vertx.lang.rx.TypeArg<O> |
__typeArg_1 |
Constructor and Description |
---|
ServiceMethod(Object delegate,
io.vertx.lang.rx.TypeArg<I> typeArg_0,
io.vertx.lang.rx.TypeArg<O> typeArg_1) |
ServiceMethod(ServiceMethod delegate) |
Modifier and Type | Method and Description |
---|---|
static <Req,Resp> ServiceMethod<Resp,Req> |
client(ServiceName serviceName,
String methodName,
GrpcMessageEncoder<Req> encoder,
GrpcMessageDecoder<Resp> decoder) |
GrpcMessageDecoder<I> |
decoder() |
GrpcMessageEncoder<O> |
encoder() |
boolean |
equals(Object o) |
String |
fullMethodName() |
ServiceMethod |
getDelegate() |
int |
hashCode() |
String |
methodName() |
static <I,O> ServiceMethod<I,O> |
newInstance(ServiceMethod arg) |
static <I,O> ServiceMethod<I,O> |
newInstance(ServiceMethod arg,
io.vertx.lang.rx.TypeArg<I> __typeArg_I,
io.vertx.lang.rx.TypeArg<O> __typeArg_O) |
static <Req,Resp> ServiceMethod<Req,Resp> |
server(ServiceName serviceName,
String methodName,
GrpcMessageEncoder<Resp> encoder,
GrpcMessageDecoder<Req> decoder) |
ServiceName |
serviceName() |
String |
toString() |
public static final io.vertx.lang.rx.TypeArg<ServiceMethod> __TYPE_ARG
public final io.vertx.lang.rx.TypeArg<I> __typeArg_0
public final io.vertx.lang.rx.TypeArg<O> __typeArg_1
public ServiceMethod(ServiceMethod delegate)
public ServiceMethod getDelegate()
public static <Req,Resp> ServiceMethod<Resp,Req> client(ServiceName serviceName, String methodName, GrpcMessageEncoder<Req> encoder, GrpcMessageDecoder<Resp> decoder)
public static <Req,Resp> ServiceMethod<Req,Resp> server(ServiceName serviceName, String methodName, GrpcMessageEncoder<Resp> encoder, GrpcMessageDecoder<Req> decoder)
public ServiceName serviceName()
public String methodName()
public String fullMethodName()
public GrpcMessageDecoder<I> decoder()
public GrpcMessageEncoder<O> encoder()
public static <I,O> ServiceMethod<I,O> newInstance(ServiceMethod arg)
public static <I,O> ServiceMethod<I,O> newInstance(ServiceMethod arg, io.vertx.lang.rx.TypeArg<I> __typeArg_I, io.vertx.lang.rx.TypeArg<O> __typeArg_O)
Copyright © 2024 Eclipse. All rights reserved.