Method: ActiveProjection::EventClient#replay_queue
- Defined in:
- lib/active_projection/event_client.rb
#replay_queue ⇒ Object
75 76 77 |
# File 'lib/active_projection/event_client.rb', line 75 def replay_queue @replay_queue ||= event_channel.queue('', auto_delete: true).bind(resend_exchange) end |