Module: EventStoreClient::Configuration
- Included in:
- Broker, CatchUpSubscriptions, Client, DataDecryptor, GRPC::Client, GRPC::Commands::Command, GRPC::Commands::Streams::LinkTo, GRPC::Commands::Streams::Read, GRPC::Commands::Streams::ReadAll, GRPC::Commands::Streams::Subscribe, GRPC::Connection, HTTP::Client, HTTP::Commands::PersistentSubscriptions::Read, HTTP::Commands::Streams::Append, HTTP::Commands::Streams::Read, HTTP::Connection
- Defined in:
- lib/event_store_client/configuration.rb
Overview
Configuration module to be included in classes required configured variables Usage: include EventStore::Configuration config.eventstore_url
Instance Method Summary collapse
-
#config ⇒ Object
An instance of the EventStoreClient’s configuration.
Instance Method Details
#config ⇒ Object
An instance of the EventStoreClient’s configuration
71 72 73 |
# File 'lib/event_store_client/configuration.rb', line 71 def config EventStoreClient.config end |