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

Class RabbitMQConfig

src/core/rabbit_mq/config.py:8–11  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6
7@dataclass
8class RabbitMQConfig:
9 url: str
10 heartbeat: int = 600
11 connection_timeout: int = 30
12
13
14@dataclass

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected