Uses of Interface
io.helidon.grpc.core.MethodHandler.UnaryClient
- 
Packages that use MethodHandler.UnaryClient Package Description io.helidon.grpc.core Core classes used by both the reactive gRPC server API and gRPC client API.io.helidon.microprofile.grpc.core Core gRPC microprofile classes. - 
- 
Uses of MethodHandler.UnaryClient in io.helidon.grpc.core
Methods in io.helidon.grpc.core with parameters of type MethodHandler.UnaryClient Modifier and Type Method Description default ObjectMethodHandler. unary(Object[] args, MethodHandler.UnaryClient client)Handle a bi-directional client call. - 
Uses of MethodHandler.UnaryClient in io.helidon.microprofile.grpc.core
Methods in io.helidon.microprofile.grpc.core with parameters of type MethodHandler.UnaryClient Modifier and Type Method Description ObjectUnaryMethodHandlerSupplier.FutureResponse. unary(Object[] args, MethodHandler.UnaryClient client)Invoke the client call.ObjectUnaryMethodHandlerSupplier.FutureResponseNoRequest. unary(Object[] args, MethodHandler.UnaryClient client)Invoke the client call.ObjectUnaryMethodHandlerSupplier.NoRequestNoResponse. unary(Object[] args, MethodHandler.UnaryClient client)Invoke the client call.ObjectUnaryMethodHandlerSupplier.RequestNoResponse. unary(Object[] args, MethodHandler.UnaryClient client)Invoke the client call.ObjectUnaryMethodHandlerSupplier.RequestResponse. unary(Object[] args, MethodHandler.UnaryClient client)Invoke the client call.ObjectUnaryMethodHandlerSupplier.ResponseOnly. unary(Object[] args, MethodHandler.UnaryClient client)Invoke the client call.ObjectUnaryMethodHandlerSupplier.Unary. unary(Object[] args, MethodHandler.UnaryClient client)Invoke the client call.ObjectUnaryMethodHandlerSupplier.UnaryFuture. unary(Object[] args, MethodHandler.UnaryClient client)Invoke the client call.ObjectUnaryMethodHandlerSupplier.UnaryFutureNoRequest. unary(Object[] args, MethodHandler.UnaryClient client)Invoke the client call.ObjectUnaryMethodHandlerSupplier.UnaryNoRequest. unary(Object[] args, MethodHandler.UnaryClient client)Invoke the client call. 
 -