Method: MessageBus::Backends::Postgres#expire_all_backlogs!

Defined in:
lib/message_bus/backends/postgres.rb

#expire_all_backlogs!Object

This method is abstract.

Deletes all backlogs and their data. Does not delete non-backlog data that message_bus may persist, depending on the concrete backend implementation. Use with extreme caution.



268
269
270
# File 'lib/message_bus/backends/postgres.rb', line 268

def expire_all_backlogs!
  client.expire_all_backlogs!
end