MockSnapshotAutoConfiguration

@AutoConfiguration
@ConditionalOnClass(value = [DelaySnapshotStore::class])
class MockSnapshotAutoConfiguration

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
@Bean(name = ["delaySnapshotStore", "delaySnapshotRepository"])
fun delaySnapshotStore(): DelaySnapshotStore
Link copied to clipboard
fun delaySnapshotStoreBinding(@Qualifier(value = "delaySnapshotStore") snapshotStore: SnapshotStore): SnapshotStoreBinding