Open
Conversation
- BaseEvent 클래스를 통한 이벤트 ID, 호출 메서드, 생성시간 로깅 공통화
TODO: 요구 비즈니스 로직 흐름 구성
리스너에 구현은 하지 않았습니다
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
이벤트 리스너 기반 이벤트 처리의 Step 1~5를 차례대로 따라가며 학습했습니다.
구현 내용
커밋 또한 Step 1부터 Step 5까지 단계별로 진행했습니다.
주요 이벤트 목록
OrderCreatedEvent: 주문 생성 시 발행 -> 결제 처리PaymentCompletedEvent: 결제 완료 시 발행 -> 재고 차감학습 결과
트러블 슈팅
교안과 다른점
고민점
비고
기존에 2차 프로젝트에 사용되는
OrderService클래스가 있어서 이번 과제는OrderEventPracticeService로 작성이벤트 플로우 다이어그램