Class: Legion::LLM::Transport::Messages::AuditEvent

Inherits:
Legion::LLM::Transport::Message show all
Defined in:
lib/legion/llm/transport/messages/audit_event.rb

Constant Summary

Constants inherited from Legion::LLM::Transport::Message

Legion::LLM::Transport::Message::LLM_ENVELOPE_KEYS

Instance Method Summary collapse

Methods inherited from Legion::LLM::Transport::Message

#app_id, #correlation_id, #headers, #message, #message_context, #message_id, #tracing_headers

Instance Method Details

#exchangeObject



8
9
10
# File 'lib/legion/llm/transport/messages/audit_event.rb', line 8

def exchange
  Legion::LLM::Transport::Exchanges::Audit
end

#routing_keyObject



12
13
14
# File 'lib/legion/llm/transport/messages/audit_event.rb', line 12

def routing_key
  'llm.audit.complete'
end