Skeleton ready
This commit is contained in:
0
shared/application/view/__init__.py
Normal file
0
shared/application/view/__init__.py
Normal file
8
shared/application/view/listener_arguments.py
Normal file
8
shared/application/view/listener_arguments.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from dataclasses import dataclass
|
||||
|
||||
|
||||
@dataclass(frozen=True)
|
||||
class ListenerArguments:
|
||||
queue: str
|
||||
exchange: str
|
||||
routing_key: str
|
||||
Reference in New Issue
Block a user