EventStoreProperties

@ConfigurationProperties(prefix = "wow.eventsourcing.store")
class EventStoreProperties(var storage: StorageType = StorageType.MONGO)

Constructors

Link copied to clipboard
constructor(storage: StorageType = StorageType.MONGO)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard