Method: NATS#bind_primary
- Defined in:
- lib/nats/client.rb
permalink #bind_primary ⇒ Object
:nodoc:
1341 1342 1343 1344 1345 1346 1347 |
# File 'lib/nats/client.rb', line 1341 def bind_primary #:nodoc: first = server_pool.first @uri = first[:uri] @uri.user = [:user] if [:user] @uri.password = [:pass] if [:pass] first end |