Uses of Interface
io.vertx.grpc.client.GrpcClient
Packages that use GrpcClient
Package
Description
-
Uses of GrpcClient in io.vertx.grpc.client
Methods in io.vertx.grpc.client that return GrpcClientModifier and TypeMethodDescriptionstatic GrpcClientCreate a client.static GrpcClientGrpcClient.client(Vertx vertx, HttpClient client) Create a client wrapping an existingHttpClient.static GrpcClientGrpcClient.client(Vertx vertx, HttpClientOptions options) Create a client with the specifiedoptions.static GrpcClientGrpcClient.client(Vertx vertx, ClientSSLOptions sslOptions) Create a client with the specifiedsslOptions.static GrpcClientGrpcClient.client(Vertx vertx, GrpcClientOptions options) Create a client.static GrpcClientGrpcClient.client(Vertx vertx, GrpcClientOptions grpcOptions, HttpClientOptions httpOptions) Create a client with the specifiedoptions.static GrpcClientGrpcClient.client(Vertx vertx, GrpcClientOptions grpcOptions, ClientSSLOptions sslOptions) Create a client with the specifiedsslOptions.Methods in io.vertx.grpc.client that return types with arguments of type GrpcClientModifier and TypeMethodDescriptionstatic GrpcClientBuilder<GrpcClient> Provide a builder forGrpcClient, it can be used to configure advanced client settings like a load balancer or an address resolver. -
Uses of GrpcClient in io.vertx.grpc.event.v1alpha
Methods in io.vertx.grpc.event.v1alpha with parameters of type GrpcClientModifier and TypeMethodDescriptionstatic EventBusBridgeGrpcClientEventBusBridgeGrpcClient.create(GrpcClient client, SocketAddress host) Create and return a EventBusBridge gRPC service client.static EventBusBridgeGrpcClientEventBusBridgeGrpcClient.create(GrpcClient client, SocketAddress host, WireFormat wireFormat) Create and return a EventBusBridge gRPC service client. -
Uses of GrpcClient in io.vertx.grpcio.client
Subinterfaces of GrpcClient in io.vertx.grpcio.clientModifier and TypeInterfaceDescriptioninterfaceA gRPC client for Vert.x This server extends theGrpcClientto encode/decode messages in protobuf format usingMethodDescriptor.Constructors in io.vertx.grpcio.client with parameters of type GrpcClient -
Uses of GrpcClient in io.vertx.reactivex.grpc.client
Methods in io.vertx.reactivex.grpc.client that return GrpcClientMethods in io.vertx.reactivex.grpc.client with parameters of type GrpcClientConstructors in io.vertx.reactivex.grpc.client with parameters of type GrpcClient -
Uses of GrpcClient in io.vertx.rxjava3.grpc.client
Methods in io.vertx.rxjava3.grpc.client that return GrpcClientMethods in io.vertx.rxjava3.grpc.client with parameters of type GrpcClientConstructors in io.vertx.rxjava3.grpc.client with parameters of type GrpcClient