Skip to main content

Module orchestrator

Module orchestrator 

Source

Modules§

server
types
websocket

Structs§

NoopOrchestrator
No-op implementation for when orchestrator is disabled.
ServerOrchestrator
Server-mode orchestrator: the agent hosts a WebSocket server and communicates via broadcast (outbound) and mpsc (inbound) channels.

Traits§

OrchestratorConnection
Trait for bidirectional orchestrator communication.

Functions§

create_orchestrator
Factory function to create the right orchestrator transport.
create_orchestrator_async
Async factory for transports that need initialization (like WebSocket).