# 이 리프가 담는 세 메커니즘 # Question: 신뢰성 API 는 어떤 문제를 나눠 담는가? direction: right n0: "messaging-reliability-api" { shape: rectangle } n1: "Outbox" { shape: rectangle } n2: "Inbox" { shape: rectangle } n3: "Claim Check" { shape: rectangle } n0 -> n1: "계약 소유" n0 -> n2: "계약 소유" n0 -> n3: "계약 소유"