{ "version": "1.1", "id": "adapter-outbound-support-c01", "title": "이 리프의 프로덕션 표면", "question": "공유 보조 seam 은 무엇을 내놓는가?", "type": "architecture", "direction": "LR", "audience": [ "이 저장소의 구조를 읽는 사람" ], "summary": "공유 보조 seam 하나에 타입이 셋뿐이고 설정이 조건 없이 기본 bean 을 준다.", "alt": "어댑터 호출자에서 공유 보조 seam 으로 가고, OutboundSupportConfig 가 기본 bean 계약을 채우며 두 타입이 그 계약을 구현한다.", "long_description": "SSOT §6 은 OutboundSupportConfig 가 조건 없는 공유 bean seam 이라고 적는다. 이 리프의 프로덕션 표면은 상관 식별자 조회(OutboundCorrelation)와 fail-open 관측 기록(FailOpenDependencyLogger), 그리고 그 기본 bean 을 주는 설정 셋이다.", "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": 3385, "line": 3385 } }, "composition": { "profile": "ports-adapters", "diagram_only": true, "reference_ids": [ "order-ports-adapters" ], "rationale": "설정이 무엇을 만들고 그것이 어느 계약을 채우는지가 논지다.", "focus_node": "config" }, "groups": [], "nodes": [ { "id": "caller", "label": "어댑터 호출자", "kind": "adapter", "role": "inbound-adapter", "evidence": [ { "start_line": 3385, "end_line": 3420 } ], "assumption": false }, { "id": "port", "label": "공유 보조 seam", "kind": "interface", "role": "port", "evidence": [ { "start_line": 3385, "end_line": 3420 } ], "assumption": false, "emphasis": "primary" }, { "id": "config", "label": "OutboundSupportConfig", "kind": "domain", "role": "core", "evidence": [ { "start_line": 3385, "end_line": 3420 } ], "assumption": false }, { "id": "outport", "label": "기본 bean 계약", "kind": "interface", "role": "port", "evidence": [ { "start_line": 3385, "end_line": 3420 } ], "assumption": false }, { "id": "types", "label": "프로덕션 타입 둘", "kind": "adapter", "role": "outbound-adapter", "evidence": [ { "start_line": 3385, "end_line": 3420 } ], "assumption": false, "details": [ "OutboundCorrelation", "FailOpenDependencyLogger" ] } ], "edges": [ { "id": "a", "from": "caller", "to": "port", "label": "seam 사용", "kind": "request", "evidence": [ { "start_line": 3385, "end_line": 3420 } ], "assumption": false }, { "id": "b", "from": "port", "to": "config", "label": "bean 요청", "kind": "request", "evidence": [ { "start_line": 3385, "end_line": 3420 } ], "assumption": false, "emphasis": "primary" }, { "id": "c", "from": "config", "to": "outport", "label": "기본 bean 제공", "kind": "request", "evidence": [ { "start_line": 3385, "end_line": 3420 } ], "assumption": false }, { "id": "d", "from": "types", "to": "outport", "label": "계약 구현", "kind": "request", "evidence": [ { "start_line": 3385, "end_line": 3420 } ], "assumption": false, "style": "dashed" } ], "legend": [], "metadata": {} }