Expand description
TCP coordinator server — wraps the in-memory Coordinator with a TCP server.
Listens on a TCP port. Each client connection gets its own thread. Routes protocol messages to the Coordinator’s API.
Structs§
- Coordinator
Server - TCP coordinator server.
Traits§
- Session
Io - A byte-stream session: TCP directly, or any registry transport
(e.g. noise) wrapped in
confium_net::io::TransportIo.
Type Aliases§
- Shared
Coordinator - Thread-safe coordinator shared across connection handlers.