Wow
Toggle table of contents
8.8.1
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Wow
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.mock
/
MockSnapshotAutoConfiguration
Mock
Snapshot
Auto
Configuration
@
AutoConfiguration
@
ConditionalOnClass
(
value
=
[
DelaySnapshotStore::class
]
)
class
MockSnapshotAutoConfiguration
Members
Constructors
Mock
Snapshot
Auto
Configuration
Link copied to clipboard
constructor
(
)
Functions
delay
Snapshot
Store
Link copied to clipboard
@
Bean
(
name
=
[
"delaySnapshotStore"
,
"delaySnapshotRepository"
]
)
@
ConditionalOnSnapshotStoreStorage
(
value
=
StorageType.DELAY
)
fun
delaySnapshotStore
(
)
:
DelaySnapshotStore
delay
Snapshot
Store
Binding
Link copied to clipboard
@
Bean
@
ConditionalOnSnapshotStoreStorage
(
value
=
StorageType.DELAY
)
fun
delaySnapshotStoreBinding
(
@
Qualifier
(
value
=
"delaySnapshotStore"
)
snapshotStore
:
SnapshotStore
)
:
SnapshotStoreBinding