Skip to content

Commit ebc7ef8

Browse files
committed
update: AsyncExecutor designation
1 parent c350aab commit ebc7ef8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/gogo/gogostage/domain/community/root/event/handler/BoardViewEventHandler.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class BoardViewEventHandler(
1212
private val communityProcessor: CommunityProcessor,
1313
) {
1414

15-
@Async
15+
@Async("asyncExecutor")
1616
@TransactionalEventListener(phase = TransactionPhase.AFTER_COMMIT)
1717
fun eventHandler(event: BoardViewEvent) {
1818
communityProcessor.saveBoardView(event)

0 commit comments

Comments
 (0)