feat: 모임 등록(Register) 이벤트에 대한 PaymentEventListener 구현#61
Merged
Conversation
- Register 이벤트 수신 시 결제 로직 수행 - 무료/유료 모임 분기 처리 - 결제 완료 시 PaymentCompletedEvent 발행
leeuihyun
reviewed
Jul 30, 2025
|
|
||
| import java.util.List; | ||
|
|
||
| public class MeetingMessageEvents { |
Member
There was a problem hiding this comment.
조금 헷갈려서 그런데 MeetingEvents는 그대로 있고 MeetingMessageEvents는 따로 있는건가요?
Member
There was a problem hiding this comment.
에러가 발생할 수 있어서 MeetingEvents를 일단 둔 게 아닐까 싶습니다
MeetigEvents를 사용하던 이벤트들은 MeetingMessageEvents로 넘어가야합니다
정확히는 제가 따로 설정한 이벤트 때문에 MeetingEvents 내부에 구분이 필요해져서 분리했고
제가 따로 만든 Events만 따로 분리하고 클래스명을 명시적으로 바꾼 상태입니다
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.
PaymentEventListener에 @eventlistener 추가하여 Register 이벤트 수신
메세지 허브에서 알림 메세지는 필요한 경우에만 발행되도록 meeting쪽 처리