Class: TCB::EventBusQueuePressure

Inherits:
Data
  • Object
show all
Defined in:
lib/tcb/event_bus_queue_pressure.rb

Instance Attribute Summary collapse

Instance Attribute Details

#max_queue_sizeObject (readonly)

Returns the value of attribute max_queue_size

Returns:

  • (Object)

    the current value of max_queue_size



4
5
6
# File 'lib/tcb/event_bus_queue_pressure.rb', line 4

def max_queue_size
  @max_queue_size
end

#occupancyObject (readonly)

Returns the value of attribute occupancy

Returns:

  • (Object)

    the current value of occupancy



4
5
6
# File 'lib/tcb/event_bus_queue_pressure.rb', line 4

def occupancy
  @occupancy
end

#occurred_atObject (readonly)

Returns the value of attribute occurred_at

Returns:

  • (Object)

    the current value of occurred_at



4
5
6
# File 'lib/tcb/event_bus_queue_pressure.rb', line 4

def occurred_at
  @occurred_at
end

#queue_sizeObject (readonly)

Returns the value of attribute queue_size

Returns:

  • (Object)

    the current value of queue_size



4
5
6
# File 'lib/tcb/event_bus_queue_pressure.rb', line 4

def queue_size
  @queue_size
end