feat(nats): NatsEventPublisher and NatsEventConsumer with payload conversion

This commit is contained in:
2026-05-14 09:54:50 +02:00
parent 57232705fe
commit a0893b1c69
4 changed files with 249 additions and 0 deletions

View File

@@ -6,3 +6,5 @@ edition = "2021"
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
domain = { workspace = true }
uuid = { workspace = true }