Uses of Class
io.helidon.microprofile.grpc.core.ClientStreamingMethodHandlerSupplier.AbstractClientStreamingHandler
-
Packages that use ClientStreamingMethodHandlerSupplier.AbstractClientStreamingHandler Package Description io.helidon.microprofile.grpc.core Core gRPC microprofile classes. -
-
Uses of ClientStreamingMethodHandlerSupplier.AbstractClientStreamingHandler in io.helidon.microprofile.grpc.core
Subclasses of ClientStreamingMethodHandlerSupplier.AbstractClientStreamingHandler in io.helidon.microprofile.grpc.core Modifier and Type Class Description static class
ClientStreamingMethodHandlerSupplier.ClientStreaming<ReqT,RespT>
A client streamingMethodHandler
that calls a standard client streaming method handler method of the form.static class
ClientStreamingMethodHandlerSupplier.ClientStreamingIterable<ReqT,RespT>
A client side only client streamingMethodHandler
that streams requests from an iterable.static class
ClientStreamingMethodHandlerSupplier.ClientStreamingStream<ReqT,RespT>
A client side only client streamingMethodHandler
that streams requests from a stream.static class
ClientStreamingMethodHandlerSupplier.FutureResponse<ReqT,RespT>
A client streamingMethodHandler
that calls a standard client streaming method handler method of the form.
-