Class: Legion::Extensions::Validator::Transport::Exchanges::Validator
- Inherits:
-
Transport::Exchange
- Object
- Transport::Exchange
- Legion::Extensions::Validator::Transport::Exchanges::Validator
- Defined in:
- lib/legion/extensions/validator/transport/exchanges/validator.rb
Instance Method Summary collapse
Instance Method Details
#exchange_name ⇒ Object
9 10 11 |
# File 'lib/legion/extensions/validator/transport/exchanges/validator.rb', line 9 def exchange_name 'lex.validator' end |
#exchange_options ⇒ Object
13 14 15 |
# File 'lib/legion/extensions/validator/transport/exchanges/validator.rb', line 13 def { type: 'topic', durable: true } end |