Wow
Toggle table of contents
5.1.5
jvm
Platform filter
jvm
Switch theme
Search in API
Wow
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.eventsourcing.store
/
EventStoreAutoConfiguration
Event
Store
Auto
Configuration
@
AutoConfiguration
@
EnableConfigurationProperties
(
value
=
[
EventStoreProperties::class
]
)
class
EventStoreAutoConfiguration
Members
Constructors
Event
Store
Auto
Configuration
Link copied to clipboard
constructor
(
)
Functions
in
Memory
Event
Store
Link copied to clipboard
@
Bean
@
ConditionalOnProperty
(
value
=
[
"wow.eventsourcing.store.storage"
]
,
havingValue
=
"in_memory"
)
fun
inMemoryEventStore
(
)
:
EventStore