We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
핵심 개념:
이벤트(Event): 이미 발생한 변화를 설명하는 메시지, 이벤트는 이미 발생한 일을 설명하므로 과거 시제로 표현해야 한다.
커맨드(Command): 수행돼야 할 작업을 설명하는 메시지, 어떤 일을 하라는 지시
외부 바운디드 컨텍스트와 통신해야 할 때 도메인 이벤트 대신, 퍼블릭 도메인 이벤트를 설계하는 것을 고려해야 한다.
예제 코드/문제:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
📅 2024.10.24 - 이벤트 주도 아키텍처
📝 학습 내용 요약
🧠 이해한 내용
핵심 개념:
이벤트(Event): 이미 발생한 변화를 설명하는 메시지, 이벤트는 이미 발생한 일을 설명하므로 과거 시제로 표현해야 한다.
커맨드(Command): 수행돼야 할 작업을 설명하는 메시지, 어떤 일을 하라는 지시
외부 바운디드 컨텍스트와 통신해야 할 때 도메인 이벤트 대신, 퍼블릭 도메인 이벤트를 설계하는 것을 고려해야 한다.
예제 코드/문제:
❓ 궁금한 점 및 논의할 주제
🔍 추가 참고 자료
🗒 기타 메모
The text was updated successfully, but these errors were encountered: