MongoEventSourcingAutoConfiguration
@AutoConfiguration(after = [MongoReactiveAutoConfiguration::class] )
Functions
Link copied to clipboard
@Bean
@ConditionalOnProperty(value = ["wow.eventsourcing.store.storage"], matchIfMissing = true, havingValue = "mongo")
Link copied to clipboard
@Bean
@ConditionalOnProperty(value = ["wow.eventsourcing.store.storage"], matchIfMissing = true, havingValue = "mongo")
Link copied to clipboard
@Bean
@ConditionalOnBean(value = [MongoClient::class] )
@ConditionalOnProperty(value = ["wow.prepare.storage"], matchIfMissing = true, havingValue = "mongo")
@ConditionalOnMissingBean
Link copied to clipboard
@Bean
@ConditionalOnProperty(value = ["wow.eventsourcing.snapshot.storage"], matchIfMissing = true, havingValue = "mongo")
Link copied to clipboard
@Bean
@ConditionalOnProperty(value = ["wow.eventsourcing.snapshot.storage"], matchIfMissing = true, havingValue = "mongo")