MongoEventSourcingAutoConfiguration
@AutoConfiguration(after = [WowAutoConfiguration::class, MongoReactiveAutoConfiguration::class, QuerySchemaAutoConfiguration::class] )
@EnableConfigurationProperties(value = [MongoProperties::class, MongoEventStoreBatchProperties::class, MongoSnapshotStoreBatchProperties::class] )
Constructors
Link copied to clipboard
constructor(mongoProperties: MongoProperties, eventStoreBatchProperties: MongoEventStoreBatchProperties, snapshotStoreBatchProperties: MongoSnapshotStoreBatchProperties)
Functions
Link copied to clipboard
@Bean
Link copied to clipboard
@Bean
Link copied to clipboard
@Bean
Link copied to clipboard
@Bean
Link copied to clipboard
@Bean
@ConditionalOnBean(value = [MongoClient::class] )
@ConditionalOnProperty(value = ["wow.prepare.storage"], matchIfMissing = true, havingValue = "mongo")
@ConditionalOnMissingBean
Link copied to clipboard
@Bean
Link copied to clipboard
@Bean
Link copied to clipboard
@Bean
Link copied to clipboard
@Bean