MCPcopy Create free account
hub / github.com/dbunt1tled/python-fast-api / ExchangeConfig

Class ExchangeConfig

src/core/rabbit_mq/config.py:15–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14@dataclass
15class ExchangeConfig:
16 name: str
17 type: ExchangeType = ExchangeType.DIRECT
18 durable: bool = True
19 auto_delete: bool = False
20 internal: bool = False
21 arguments: dict[str, Any] | None = None
22
23
24@dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected