We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c350aab commit ebc7ef8Copy full SHA for ebc7ef8
src/main/kotlin/gogo/gogostage/domain/community/root/event/handler/BoardViewEventHandler.kt
@@ -12,7 +12,7 @@ class BoardViewEventHandler(
12
private val communityProcessor: CommunityProcessor,
13
) {
14
15
- @Async
+ @Async("asyncExecutor")
16
@TransactionalEventListener(phase = TransactionPhase.AFTER_COMMIT)
17
fun eventHandler(event: BoardViewEvent) {
18
communityProcessor.saveBoardView(event)
0 commit comments