Uses of Interface
io.helidon.grpc.core.MethodHandler.ClientStreaming
-
Packages that use MethodHandler.ClientStreaming Package Description io.helidon.grpc.core Core classes used by both the reactive gRPC server API and gRPC client API. -
-
Uses of MethodHandler.ClientStreaming in io.helidon.grpc.core
Methods in io.helidon.grpc.core with parameters of type MethodHandler.ClientStreaming Modifier and Type Method Description default Object
MethodHandler. clientStreaming(Object[] args, MethodHandler.ClientStreaming client)
Handle a bi-directional client call.
-