Uses of Class
io.helidon.microprofile.grpc.core.BidirectionalMethodHandlerSupplier.AbstractServerStreamingHandler
-
Packages that use BidirectionalMethodHandlerSupplier.AbstractServerStreamingHandler Package Description io.helidon.microprofile.grpc.core Core gRPC microprofile classes. -
-
Uses of BidirectionalMethodHandlerSupplier.AbstractServerStreamingHandler in io.helidon.microprofile.grpc.core
Subclasses of BidirectionalMethodHandlerSupplier.AbstractServerStreamingHandler in io.helidon.microprofile.grpc.core Modifier and Type Class Description static class
BidirectionalMethodHandlerSupplier.BidiStreaming<ReqT,RespT>
A bi-directional streamingMethodHandler
that calls a standard bi-directional streaming method handler method of the form.
-