MongoEventSourcingAutoConfiguration
@EnableConfigurationProperties(value = [MongoProperties::class, MongoEventStoreBatchProperties::class, MongoSnapshotStoreBatchProperties::class] )
Constructors
Link copied to clipboard
@Autowired
constructor(mongoProperties: MongoProperties, eventStoreBatchProperties: MongoEventStoreBatchProperties)
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(name = ["mongoSnapshotStore", "mongoSnapshotRepository"] )
Link copied to clipboard
@Bean