RedisEventSourcingAutoConfiguration
@AutoConfiguration(after = [RedisReactiveAutoConfiguration::class] )
Functions
Link copied to clipboard
@Bean
@ConditionalOnProperty(value = ["wow.eventsourcing.store.storage"], havingValue = "redis")
Link copied to clipboard
@Bean
@ConditionalOnProperty(value = ["wow.prepare.storage"], havingValue = "redis")
@ConditionalOnMissingBean
Link copied to clipboard
@Bean
@ConditionalOnProperty(value = ["wow.eventsourcing.snapshot.storage"], havingValue = "redis")