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
/
MockEventStoreAutoConfiguration
Mock
Event
Store
Auto
Configuration
@
AutoConfiguration
@
ConditionalOnClass
(
value
=
[
DelayEventStore::class
]
)
class
MockEventStoreAutoConfiguration
Members
Constructors
Mock
Event
Store
Auto
Configuration
Link copied to clipboard
constructor
(
)
Functions
delay
Event
Store
Link copied to clipboard
@
Bean
@
ConditionalOnEventStoreStorage
(
value
=
StorageType.DELAY
)
fun
delayEventStore
(
)
:
DelayEventStore
delay
Event
Store
Binding
Link copied to clipboard
@
Bean
@
ConditionalOnEventStoreStorage
(
value
=
StorageType.DELAY
)
fun
delayEventStoreBinding
(
@
Qualifier
(
value
=
"delayEventStore"
)
eventStore
:
EventStore
)
:
EventStoreBinding