GRPC::RawServerStream
Inherits Enumerable < Reference < Object
RawServerStream is the client-side view of a server-streaming or bidi-streaming RPC response. It delivers raw protobuf bytes as they arrive. Generated client stubs wrap this in a typed ServerStream(T) for ergonomic use.
Constructors
Instance methods
cancel
Sourceheaders
Sourcestatus
Sourcetrailers
Sourcewith_headers(headers_proc : -> Metadata) : self
Sourcewith_on_finish(hook : -> Nil) : self
with_on_finish appends a completion callback and returns self. The callback is invoked once when iteration ends or cancel is called.