Replies: 2 comments
-
eventuate-tram-spring-producer-jdbc는 |
Beta Was this translation helpful? Give feedback.
0 replies
-
---
title: Configuration and Dependency Graph
---
flowchart TD
RestaurantServiceMain:::config -- imports --o RestaurantServiceConfiguration:::config
RestaurantServiceConfiguration:::config --o TramMessageProducerJdbcConfiguration:::config --o TramMessagingCommonProducerConfiguration:::config --o MessageProducer
RestaurantServiceConfiguration:::config --o TramEventsPublisherConfiguration:::config --o DomainEventPublisher
RestaurantServiceConfiguration:::config --o TramMessagingCommonAutoConfiguration:::config --o ChannelMapping
RestaurantServiceConfiguration:::config --o TramEventsCommonAutoConfiguration:::config --o DomainEventNameMapping
RestaurantDomainEventPublisher:::component -- required by --> RestaurantService:::component
DomainEventPublisher:::component --> RestaurantDomainEventPublisher:::component
ChannelMapping:::component --> MessageProducer:::component
MessageProducer:::component --> DomainEventPublisher:::component
DomainEventNameMapping:::component --> DomainEventPublisher:::component
RestaurantService --> RestaurantServiceMain
classDef config fill:#060
classDef component fill:#830
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
371d05a
OUTBOX 테이블로 트랜잭셔널 도메인 이벤트 발행 w/ JDBC (음식점 서비스, 음식성 생성 이벤트)
구성 참고 문서: https://eventuate.io/docs/manual/eventuate-tram/latest/getting-started-eventuate-tram.html#_publishing_domain_events
Beta Was this translation helpful? Give feedback.
All reactions