Class: Legion::Extensions::Llm::Transport::Exchanges::Fleet
- Inherits:
-
Transport::Exchange
- Object
- Transport::Exchange
- Legion::Extensions::Llm::Transport::Exchanges::Fleet
- Defined in:
- lib/legion/extensions/llm/transport/exchanges/fleet.rb
Overview
Shared topic exchange for live LLM fleet requests and replies.
Instance Method Summary collapse
Instance Method Details
#default_type ⇒ Object
16 17 18 |
# File 'lib/legion/extensions/llm/transport/exchanges/fleet.rb', line 16 def default_type 'topic' end |
#exchange_name ⇒ Object
12 13 14 |
# File 'lib/legion/extensions/llm/transport/exchanges/fleet.rb', line 12 def exchange_name 'llm.fleet' end |