Class: Pgbus::Client::ResizablePool::Pool
- Inherits:
-
Data
- Object
- Data
- Pgbus::Client::ResizablePool::Pool
- Defined in:
- lib/pgbus/client/resizable_pool.rb
Overview
The current pool: a PGMQ::Client plus its own in-flight checkout counter.
Instance Attribute Summary collapse
-
#inflight ⇒ Object
readonly
Returns the value of attribute inflight.
-
#pgmq ⇒ Object
readonly
Returns the value of attribute pgmq.
Instance Attribute Details
#inflight ⇒ Object (readonly)
Returns the value of attribute inflight
34 35 36 |
# File 'lib/pgbus/client/resizable_pool.rb', line 34 def inflight @inflight end |
#pgmq ⇒ Object (readonly)
Returns the value of attribute pgmq
34 35 36 |
# File 'lib/pgbus/client/resizable_pool.rb', line 34 def pgmq @pgmq end |