GRPC::RawBidiCall
Inherits Enumerable < Reference < Object
RawBidiCall is the client-side handle for a full-duplex bidi-streaming RPC. All transport operations are captured as procs so the type is independent of any concrete transport implementation. Generated client stubs wrap this in a typed BidiCall(Req, Res).
Constructors
Instance methods
cancel
Sourceheaders
Sourcesend_raw passes message_bytes (raw protobuf, no gRPC framing) to the transport.
status
Sourcetrailers
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.