Method: ActiveProjection::EventClient#event_queue
- Defined in:
- lib/active_projection/event_client.rb
#event_queue ⇒ Object
79 80 81 |
# File 'lib/active_projection/event_client.rb', line 79 def event_queue @event_queue ||= event_channel.queue('', auto_delete: true).bind(event_exchange) end |