Uses of Class
io.helidon.microprofile.grpc.core.ServerStreamingMethodHandlerSupplier.AbstractServerStreamingHandler
-
Packages that use ServerStreamingMethodHandlerSupplier.AbstractServerStreamingHandler Package Description io.helidon.microprofile.grpc.core Core gRPC microprofile classes. -
-
Uses of ServerStreamingMethodHandlerSupplier.AbstractServerStreamingHandler in io.helidon.microprofile.grpc.core
Subclasses of ServerStreamingMethodHandlerSupplier.AbstractServerStreamingHandler in io.helidon.microprofile.grpc.core Modifier and Type Class Description static classServerStreamingMethodHandlerSupplier.ServerStreaming<ReqT,RespT>A server streamingMethodHandlerthat calls a standard server streaming method handler method of the form.static classServerStreamingMethodHandlerSupplier.ServerStreamingNoRequest<ReqT,RespT>A server streamingMethodHandlerthat calls a calls a server streaming method handler method of the form.static classServerStreamingMethodHandlerSupplier.StreamResponse<ReqT,RespT>A server streamingMethodHandlerthat calls a calls a server streaming method handler method of the form.static classServerStreamingMethodHandlerSupplier.StreamResponseNoRequest<ReqT,RespT>A server streamingMethodHandlerthat calls a calls a server streaming method handler method of the form.
-