Uses of Enum
io.vertx.grpc.common.MethodCardinality
Packages that use MethodCardinality
-
Uses of MethodCardinality in io.vertx.grpc.common
Subclasses with type arguments of type MethodCardinality in io.vertx.grpc.commonMethods in io.vertx.grpc.common that return MethodCardinalityModifier and TypeMethodDescriptionServiceMethod.cardinality()static MethodCardinalityReturns the enum constant of this type with the specified name.static MethodCardinality[]MethodCardinality.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.vertx.grpc.common with parameters of type MethodCardinalityModifier and TypeMethodDescriptionstatic <Req,Resp> ServiceMethod <Resp, Req> ServiceMethod.client(ServiceName serviceName, String methodName, MethodCardinality cardinality, GrpcMessageEncoder<Req> encoder, GrpcMessageDecoder<Resp> decoder) static <Req,Resp> ServiceMethod <Req, Resp> ServiceMethod.server(ServiceName serviceName, String methodName, MethodCardinality cardinality, GrpcMessageEncoder<Resp> encoder, GrpcMessageDecoder<Req> decoder) -
Uses of MethodCardinality in io.vertx.grpcio.client
Fields in io.vertx.grpcio.client with type parameters of type MethodCardinalityModifier and TypeFieldDescriptionstatic final Map<MethodDescriptor.MethodType, MethodCardinality> GrpcIoClientChannel.CARDINALITY_MAP