Class: TCB::EventBusQueuePressure
- Inherits:
-
Data
- Object
- Data
- TCB::EventBusQueuePressure
- Defined in:
- lib/tcb/event_bus_queue_pressure.rb
Instance Attribute Summary collapse
-
#max_queue_size ⇒ Object
readonly
Returns the value of attribute max_queue_size.
-
#occupancy ⇒ Object
readonly
Returns the value of attribute occupancy.
-
#occurred_at ⇒ Object
readonly
Returns the value of attribute occurred_at.
-
#queue_size ⇒ Object
readonly
Returns the value of attribute queue_size.
Instance Attribute Details
#max_queue_size ⇒ Object (readonly)
Returns the value of attribute max_queue_size
4 5 6 |
# File 'lib/tcb/event_bus_queue_pressure.rb', line 4 def max_queue_size @max_queue_size end |
#occupancy ⇒ Object (readonly)
Returns the value of attribute occupancy
4 5 6 |
# File 'lib/tcb/event_bus_queue_pressure.rb', line 4 def occupancy @occupancy end |
#occurred_at ⇒ Object (readonly)
Returns the value of attribute occurred_at
4 5 6 |
# File 'lib/tcb/event_bus_queue_pressure.rb', line 4 def occurred_at @occurred_at end |
#queue_size ⇒ Object (readonly)
Returns the value of attribute queue_size
4 5 6 |
# File 'lib/tcb/event_bus_queue_pressure.rb', line 4 def queue_size @queue_size end |