Uses of Interface
io.vertx.grpc.server.ServiceMethodInvoker
Packages that use ServiceMethodInvoker
-
Uses of ServiceMethodInvoker in io.vertx.grpc.event.v1alpha
Methods in io.vertx.grpc.event.v1alpha that return ServiceMethodInvokerModifier and TypeMethodDescription<Req,Resp> ServiceMethodInvoker <Req, Resp> EventBusBridgeGrpcService.invoker(ServiceMethod<Req, Resp> method) -
Uses of ServiceMethodInvoker in io.vertx.grpc.reflection
Methods in io.vertx.grpc.reflection that return ServiceMethodInvokerModifier and TypeMethodDescription<Req,Resp> ServiceMethodInvoker <Req, Resp> ReflectionService.invoker(ServiceMethod<Req, Resp> method) -
Uses of ServiceMethodInvoker in io.vertx.grpc.server
Fields in io.vertx.grpc.server declared as ServiceMethodInvokerModifier and TypeFieldDescriptionstatic final ServiceMethodInvoker<?, ?> ServiceMethodInvoker.DEFAULT_INVOKERMethods in io.vertx.grpc.server that return ServiceMethodInvokerModifier and TypeMethodDescriptionstatic <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.