Class: Legion::LLM::Transport::Exchanges::Audit

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

Instance Method Summary collapse

Instance Method Details

#default_typeObject



12
13
14
# File 'lib/legion/llm/transport/exchanges/audit.rb', line 12

def default_type
  'topic'
end

#exchange_nameObject



8
9
10
# File 'lib/legion/llm/transport/exchanges/audit.rb', line 8

def exchange_name
  'llm.audit'
end