Skip to content
New issue

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

Feat: TransactionEventHandler 클래스 추가 #231

Merged
merged 1 commit into from
Sep 26, 2024

Conversation

Jaewon-pro
Copy link
Member

🔗 이슈 연결

🚀 구현한 API

  • x

💡 반영할 내용 및 변경 사항 요약

  • TransactionEventHandler 클래스를 추가합니다.
  • BeforeTransactionEvent, AfterTransactionEvent 이벤트를 받아 별도의 트랜잭션에서 처리합니다.
  • 비동기 처리에 사용할 스레드는 별도의 PR에서 진행될 예정입니다.

🔍 리뷰 요청/참고 사항

@Jaewon-pro Jaewon-pro added the feature 기능 추가 label Sep 26, 2024
@Jaewon-pro Jaewon-pro self-assigned this Sep 26, 2024
Copy link
Collaborator

@hee9841 hee9841 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

수고하셨습니다 👍

@Jaewon-pro Jaewon-pro merged commit 4310ab1 into main Sep 26, 2024
1 check passed
@Jaewon-pro Jaewon-pro deleted the feature/#230/transaction-event-handler branch September 26, 2024 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature 기능 추가
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Transaction Event 처리 추가
2 participants