Package-level declarations

Types

Link copied to clipboard
@AutoConfiguration
@EnableConfigurationProperties(value = [EventStoreProperties::class])
class EventStoreAutoConfiguration
Link copied to clipboard
@ConfigurationProperties(prefix = "wow.eventsourcing.store")
class EventStoreProperties(var storage: StorageType = StorageType.MONGO)