EventSourcingAutoConfiguration

@AutoConfiguration
class EventSourcingAutoConfiguration

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Bean(name = ["noOpSnapshotStore", "noOpSnapshotRepository"])
@ConditionalOnProperty(value = ["wow.eventsourcing.snapshot.enabled"], havingValue = "false")
fun noOpSnapshotStore(): SnapshotStore