Simple

@Configuration
@ConditionalOnProperty(value = ["wow.r2dbc.datasource.type"], matchIfMissing = true, havingValue = "simple")
class Simple

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Bean
fun eventStreamDatabase(connectionFactory: ConnectionFactory): EventStreamDatabase
Link copied to clipboard