class GRPC::RpcDesc::Stream
Used to wrap a message class to indicate that it needs to be streamed.
Attributes
Public Class Methods
Source
# File src/ruby/lib/grpc/generic/rpc_desc.rb, line 28 def initialize(type) @type = type end
Used to wrap a message class to indicate that it needs to be streamed.
# File src/ruby/lib/grpc/generic/rpc_desc.rb, line 28 def initialize(type) @type = type end