# seam 과 구현의 결합 범위 # Question: 벤더 타입은 어디까지 들어오는가? direction: right n0: "관측 호출자" { shape: rectangle } n1: "중립 인터페이스" { shape: rectangle } n2: "MessagingObservation" { shape: rectangle } n3: "구현 계약" { shape: rectangle } n4: "MessagingMetrics" { shape: rectangle } n0 -> n1: "관측 기록" n1 -> n2: "seam 호출" n2 -> n3: "구현 요구" n4 -> n3: "벤더로 구현"