{ "version": "1.1", "id": "messaging-transport-spi-c01", "title": "시그니처에 나오는 것과 나오지 않는 것", "question": "SPI 시그니처는 무엇을 노출하는가?", "type": "dependency", "direction": "LR", "audience": [ "이 저장소의 구조를 읽는 사람" ], "summary": "열세 타입 중 어느 것도 브로커 네이티브 타입을 시그니처에 노출하지 않고 인코딩과 한도 선택도 어댑터의 일이 아니다.", "alt": "messaging-transport-spi 에서 SPI 타입과 세대 수명주기로 화살표가 가고 브로커 네이티브 타입과 코덱 선택으로는 점선이 간다.", "long_description": "SSOT 는 열세 타입 중 어느 것도 브로커 네이티브 타입을 시그니처에 노출하지 않고 인코딩과 한도 선택도 어댑터의 일이 아니라고 적는다.", "source_context": { "document": "/home/donghyeon/workspace/chat-gpt-container/document-haness/docs/clean-architecture-backend-template/final/document.md", "document_sha256": "8071fe71b3359d9cf60b95909c26c7b50653ce2f22bbc5fcf6988719bb91236d", "anchor": { "kind": "line", "value": 40587, "line": 40587 } }, "composition": { "profile": "component-flow", "diagram_only": true, "reference_ids": [ "payment-event-flow" ], "rationale": "시그니처에 드러나는 어휘와 숨는 어휘가 갈리는 방향이 논지다.", "focus_node": "spi" }, "groups": [], "nodes": [ { "id": "spi", "label": "messaging-transport-spi", "kind": "service", "role": "source", "evidence": [ { "start_line": 40587, "end_line": 41200 } ], "assumption": false, "emphasis": "primary" }, { "id": "types", "label": "SPI 타입", "kind": "service", "role": "sink", "evidence": [ { "start_line": 40587, "end_line": 41200 } ], "assumption": false }, { "id": "gen", "label": "세대 수명주기", "kind": "service", "role": "sink", "evidence": [ { "start_line": 40587, "end_line": 41200 } ], "assumption": false }, { "id": "native", "label": "브로커 네이티브 타입", "kind": "service", "role": "sink", "evidence": [ { "start_line": 40587, "end_line": 41305 } ], "assumption": false }, { "id": "codec", "label": "코덱 선택", "kind": "service", "role": "sink", "evidence": [ { "start_line": 40587, "end_line": 41305 } ], "assumption": false } ], "edges": [ { "id": "a", "from": "spi", "to": "types", "label": "노출", "kind": "request", "evidence": [ { "start_line": 40587, "end_line": 41200 } ], "assumption": false, "emphasis": "primary" }, { "id": "b", "from": "spi", "to": "gen", "label": "노출", "kind": "request", "evidence": [ { "start_line": 40587, "end_line": 41200 } ], "assumption": false }, { "id": "c", "from": "spi", "to": "native", "label": "미노출", "kind": "request", "evidence": [ { "start_line": 40587, "end_line": 41305 } ], "assumption": false, "style": "dashed" }, { "id": "d", "from": "spi", "to": "codec", "label": "어댑터 일 아님", "kind": "request", "evidence": [ { "start_line": 40587, "end_line": 41305 } ], "assumption": false, "style": "dashed" } ], "legend": [], "metadata": {} }