feat: 시계 reconciliation 워커와 명령 경계 완성
This commit is contained in:
@@ -46,6 +46,9 @@ export interface DatabaseClient {
|
||||
vote: GamePrisma.VoteDelegate;
|
||||
inputEvent: GamePrisma.InputEventDelegate;
|
||||
turnDaemonLease: GamePrisma.TurnDaemonLeaseDelegate;
|
||||
clockSuspension?: GamePrisma.ClockSuspensionDelegate;
|
||||
clockReconciliationParticipant?: GamePrisma.ClockReconciliationParticipantDelegate;
|
||||
clockProjectionOutbox?: GamePrisma.ClockProjectionOutboxDelegate;
|
||||
readModelOutbox: GamePrisma.ReadModelOutboxDelegate;
|
||||
webPushOutbox: GamePrisma.WebPushOutboxDelegate;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user