Method: MessageBus::Implementation#last_id
- Defined in:
- lib/message_bus.rb
#last_id(channel) ⇒ Object
285 286 287 |
# File 'lib/message_bus.rb', line 285 def last_id(channel) reliable_pub_sub.last_id(encode_channel_name(channel)) end |