Method: MessageBus::Implementation#last_id

Defined in:
lib/message_bus.rb

#last_id(channel) ⇒ Object



276
277
278
# File 'lib/message_bus.rb', line 276

def last_id(channel)
  reliable_pub_sub.last_id(encode_channel_name(channel))
end