Exception: MessageBus::Redis::ReliablePubSub::BackLogOutOfOrder

Inherits:
StandardError
  • Object
show all
Defined in:
lib/message_bus/backends/redis.rb

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(highest_id) ⇒ BackLogOutOfOrder

Returns a new instance of BackLogOutOfOrder.



25
26
27
# File 'lib/message_bus/backends/redis.rb', line 25

def initialize(highest_id)
  @highest_id = highest_id
end

Instance Attribute Details

#highest_idObject

Returns the value of attribute highest_id.



23
24
25
# File 'lib/message_bus/backends/redis.rb', line 23

def highest_id
  @highest_id
end