Skip to content

Commit

Permalink
Update src/main/kotlin/com/dotori/v2/domain/music/listener/MusicAppli…
Browse files Browse the repository at this point in the history
…cationEventListener.kt
  • Loading branch information
esperar authored Dec 17, 2024
1 parent f5dab0c commit 12a8e64
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class MusicApplicationEventListener(
)
@TransactionalEventListener(phase = TransactionPhase.AFTER_COMPLETION)
fun onEvent(event: MusicDotoriEvent) {
log.info("published music event: {} eventType: {}", event.id, "MUSIC")
log.info("published music event: {} eventType: MUSIC", event.id)
CompletableFuture.runAsync {
eventPublisher.publishEvent(event, "MUSIC")
}
Expand Down

0 comments on commit 12a8e64

Please sign in to comment.