Add AggregateID for the PlayerNotificationEventListener and CommandHandler

This commit is contained in:
2025-04-14 23:39:50 +02:00
parent 0374712824
commit 1a96c68521
11 changed files with 96 additions and 42 deletions
@@ -7,5 +7,5 @@ import eventDemo.libs.event.EventBus
import eventDemo.libs.event.EventBusInMemory
class GameEventBusInMemory :
GameEventBus,
EventBus<GameEvent, GameId> by EventBusInMemory<GameEvent, GameId>()
GameEventBus(),
EventBus<GameEvent, GameId> by EventBusInMemory()