# 이 리프가 아는 것과 모르는 것 # Question: outbox 리프는 무엇을 알아야 도는가? direction: right n0: "messaging-outbox-jdbc-postgresql" { shape: rectangle } n1: "MessagePublisher 포트" { shape: rectangle } n2: "관계형 데이터베이스" { shape: sql_table } n3: "브로커" { shape: rectangle } n4: "스프링 컨텍스트" { shape: rectangle } n0 -> n1: "의존" n0 -> n2: "의존" n0 -> n3: "모름" n0 -> n4: "모름"