create EventStreamInMemoryTest

This commit is contained in:
2025-03-29 01:00:34 +01:00
parent cee57ad2a3
commit a427bf88c7
7 changed files with 115 additions and 14 deletions

View File

@@ -0,0 +1,5 @@
package eventDemo.libs.event
class EventStreamPublishException(
override val message: String,
) : Exception(message)