Class: Legion::Extensions::Validator::Transport::Exchanges::Validator

Inherits:
Transport::Exchange
  • Object
show all
Defined in:
lib/legion/extensions/validator/transport/exchanges/validator.rb

Instance Method Summary collapse

Instance Method Details

#exchange_nameObject



9
10
11
# File 'lib/legion/extensions/validator/transport/exchanges/validator.rb', line 9

def exchange_name
  'lex.validator'
end

#exchange_optionsObject



13
14
15
# File 'lib/legion/extensions/validator/transport/exchanges/validator.rb', line 13

def exchange_options
  { type: 'topic', durable: true }
end