Uses of Interface
io.vertx.grpc.common.ServiceMethod
Packages that use ServiceMethod
Package
Description
-
Uses of ServiceMethod in io.vertx.grpc.client
Methods in io.vertx.grpc.client with parameters of type ServiceMethodModifier and TypeMethodDescription<Req,Resp> Future <GrpcClientRequest<Req, Resp>> ServiceInvoker.invoker(ServiceMethod<Resp, Req> method) Create a request for the given service method.<Req,Resp> Future <GrpcClientRequest<Req, Resp>> GrpcClient.request(Address server, ServiceMethod<Resp, Req> method) Connect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp> Future <GrpcClientRequest<Req, Resp>> GrpcClient.request(ServiceMethod<Resp, Req> method) LikeGrpcClient.request(Address, ServiceMethod)with the default remote server. -
Uses of ServiceMethod in io.vertx.grpc.common
Methods in io.vertx.grpc.common that return ServiceMethodModifier and TypeMethodDescriptionstatic <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) -
Uses of ServiceMethod in io.vertx.grpc.event.v1alpha
Fields in io.vertx.grpc.event.v1alpha declared as ServiceMethodModifier and TypeFieldDescriptionstatic final ServiceMethod<com.google.protobuf.Empty, com.google.protobuf.Empty> EventBusBridgeGrpcClient.PingPing protobuf RPC client service method.static final ServiceMethod<com.google.protobuf.Empty, com.google.protobuf.Empty> EventBusBridgeGrpcService.PingPing protobuf RPC server service method.static final ServiceMethod<com.google.protobuf.Empty, PublishOp> EventBusBridgeGrpcClient.PublishPublish protobuf RPC client service method.static final ServiceMethod<PublishOp, com.google.protobuf.Empty> EventBusBridgeGrpcService.PublishPublish protobuf RPC server service method.static final ServiceMethod<EventBusMessage, RequestOp> EventBusBridgeGrpcClient.RequestRequest protobuf RPC client service method.static final ServiceMethod<RequestOp, EventBusMessage> EventBusBridgeGrpcService.RequestRequest protobuf RPC server service method.static final ServiceMethod<com.google.protobuf.Empty, SendOp> EventBusBridgeGrpcClient.SendSend protobuf RPC client service method.static final ServiceMethod<SendOp, com.google.protobuf.Empty> EventBusBridgeGrpcService.SendSend protobuf RPC server service method.static final ServiceMethod<EventBusMessage, SubscribeOp> EventBusBridgeGrpcClient.SubscribeSubscribe protobuf RPC client service method.static final ServiceMethod<SubscribeOp, EventBusMessage> EventBusBridgeGrpcService.SubscribeSubscribe protobuf RPC server service method.static final ServiceMethod<com.google.protobuf.Empty, UnsubscribeOp> EventBusBridgeGrpcClient.UnsubscribeUnsubscribe protobuf RPC client service method.static final ServiceMethod<UnsubscribeOp, com.google.protobuf.Empty> EventBusBridgeGrpcService.UnsubscribeUnsubscribe protobuf RPC server service method.Methods in io.vertx.grpc.event.v1alpha that return types with arguments of type ServiceMethodModifier and TypeMethodDescriptionstatic List<ServiceMethod<?, ?>> EventBusBridgeGrpcService.all()List<ServiceMethod<?, ?>> EventBusBridgeGrpcService.methods()Methods in io.vertx.grpc.event.v1alpha with parameters of type ServiceMethodModifier and TypeMethodDescriptionEventBusBridgeGrpcService.Builder.bind(ServiceMethod<?, ?>... methods) <Req,Resp> ServiceMethodInvoker <Req, Resp> EventBusBridgeGrpcService.invoker(ServiceMethod<Req, Resp> method) Method parameters in io.vertx.grpc.event.v1alpha with type arguments of type ServiceMethodModifier and TypeMethodDescriptionEventBusBridgeGrpcService.Builder.bind(List<ServiceMethod<?, ?>> methods) -
Uses of ServiceMethod in io.vertx.grpc.reflection
Methods in io.vertx.grpc.reflection that return types with arguments of type ServiceMethodMethods in io.vertx.grpc.reflection with parameters of type ServiceMethodModifier and TypeMethodDescription<Req,Resp> ServiceMethodInvoker <Req, Resp> ReflectionService.invoker(ServiceMethod<Req, Resp> method) -
Uses of ServiceMethod in io.vertx.grpc.server
Methods in io.vertx.grpc.server that return types with arguments of type ServiceMethodModifier and TypeMethodDescriptiondefault List<ServiceMethod<?, ?>> Service.methods()Get the list of all methods implemented by this service.Methods in io.vertx.grpc.server with parameters of type ServiceMethodModifier and TypeMethodDescription<Req,Resp> ServiceBuilder ServiceBuilder.bind(ServiceMethod<Req, Resp> serviceMethod, Handler<GrpcServerRequest<Req, Resp>> handler) Bind a service method call handler that handles any call made to the server for thefullMethodNamemethod.<Req,Resp> GrpcServer GrpcServer.callHandler(ServiceMethod<Req, Resp> serviceMethod, Handler<GrpcServerRequest<Req, Resp>> handler) Set a service method call handler that handles any call made to the server for thefullMethodNameservice method.static <Req,Resp> ServiceMethodInvoker <Req, Resp> ServiceMethodInvoker.defaultInvoker(ServiceMethod<Req, Resp> method) default <Req,Resp> ServiceMethodInvoker <Req, Resp> ServiceInvoker.invoker(ServiceMethod<Req, Resp> method) Obtain a service method invoker. -
Uses of ServiceMethod in io.vertx.reactivex.grpc.client
Methods in io.vertx.reactivex.grpc.client with parameters of type ServiceMethodModifier and TypeMethodDescription<Req,Resp> Future <GrpcClientRequest<Req, Resp>> ServiceInvoker.invoker(ServiceMethod<Resp, Req> method) Create a request for the given service method.<Req,Resp> Future <GrpcClientRequest<Req, Resp>> GrpcClient.request(Address server, ServiceMethod<Resp, Req> method) Connect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp> Future <GrpcClientRequest<Req, Resp>> GrpcClient.request(ServiceMethod<Resp, Req> method) LikeGrpcClient.request(Address)with the default remote server.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> ServiceInvoker.rxInvoker(ServiceMethod<Resp, Req> method) Create a request for the given service method.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> GrpcClient.rxRequest(Address server, ServiceMethod<Resp, Req> method) Connect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> GrpcClient.rxRequest(ServiceMethod<Resp, Req> method) LikeGrpcClient.request(Address)with the default remote server. -
Uses of ServiceMethod in io.vertx.reactivex.grpc.server
Methods in io.vertx.reactivex.grpc.server with parameters of type ServiceMethodModifier and TypeMethodDescription<Req,Resp> GrpcServer GrpcServer.callHandler(ServiceMethod<Req, Resp> serviceMethod, Handler<GrpcServerRequest<Req, Resp>> handler) Set a service method call handler that handles any call made to the server for thefullMethodNameservice method. -
Uses of ServiceMethod in io.vertx.rxjava3.grpc.client
Methods in io.vertx.rxjava3.grpc.client with parameters of type ServiceMethodModifier and TypeMethodDescription<Req,Resp> Single <GrpcClientRequest<Req, Resp>> ServiceInvoker.invoker(ServiceMethod<Resp, Req> method) Create a request for the given service method.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> GrpcClient.request(Address server, ServiceMethod<Resp, Req> method) Connect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> GrpcClient.request(ServiceMethod<Resp, Req> method) LikeGrpcClient.request(Address)with the default remote server.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> ServiceInvoker.rxInvoker(ServiceMethod<Resp, Req> method) Create a request for the given service method.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> GrpcClient.rxRequest(Address server, ServiceMethod<Resp, Req> method) Connect to the remoteserverand create a request for any hosted gRPC service.<Req,Resp> Single <GrpcClientRequest<Req, Resp>> GrpcClient.rxRequest(ServiceMethod<Resp, Req> method) LikeGrpcClient.request(Address)with the default remote server. -
Uses of ServiceMethod in io.vertx.rxjava3.grpc.server
Methods in io.vertx.rxjava3.grpc.server with parameters of type ServiceMethodModifier and TypeMethodDescription<Req,Resp> GrpcServer GrpcServer.callHandler(ServiceMethod<Req, Resp> serviceMethod, Handler<GrpcServerRequest<Req, Resp>> handler) Set a service method call handler that handles any call made to the server for thefullMethodNameservice method.