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 Object
MethodHandler. 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 Object
UnaryMethodHandlerSupplier.FutureResponse. unary(Object[] args, MethodHandler.UnaryClient client)
Invoke the client call.Object
UnaryMethodHandlerSupplier.FutureResponseNoRequest. unary(Object[] args, MethodHandler.UnaryClient client)
Invoke the client call.Object
UnaryMethodHandlerSupplier.NoRequestNoResponse. unary(Object[] args, MethodHandler.UnaryClient client)
Invoke the client call.Object
UnaryMethodHandlerSupplier.RequestNoResponse. unary(Object[] args, MethodHandler.UnaryClient client)
Invoke the client call.Object
UnaryMethodHandlerSupplier.RequestResponse. unary(Object[] args, MethodHandler.UnaryClient client)
Invoke the client call.Object
UnaryMethodHandlerSupplier.ResponseOnly. unary(Object[] args, MethodHandler.UnaryClient client)
Invoke the client call.Object
UnaryMethodHandlerSupplier.Unary. unary(Object[] args, MethodHandler.UnaryClient client)
Invoke the client call.Object
UnaryMethodHandlerSupplier.UnaryFuture. unary(Object[] args, MethodHandler.UnaryClient client)
Invoke the client call.Object
UnaryMethodHandlerSupplier.UnaryFutureNoRequest. unary(Object[] args, MethodHandler.UnaryClient client)
Invoke the client call.Object
UnaryMethodHandlerSupplier.UnaryNoRequest. unary(Object[] args, MethodHandler.UnaryClient client)
Invoke the client call.
-