Method: EventStoreClient::GRPC::Options::Streams::ReadOptions#initialize
- Defined in:
- lib/event_store_client/adapters/grpc/options/streams/read_options.rb
#initialize(stream_name, options, config:) ⇒ ReadOptions
Returns a new instance of ReadOptions.
41 42 43 44 45 |
# File 'lib/event_store_client/adapters/grpc/options/streams/read_options.rb', line 41 def initialize(stream_name, , config:) @stream_name = stream_name @options = @config = config end |