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. -
-
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.
-