toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-spring-boot-starter
/
me.ahoo.wow.spring.boot.starter.eventsourcing.store
/
EventStoreAutoConfiguration
/
inMemoryEventStore
in
Memory
Event
Store
@
Bean
@
ConditionalOnProperty
(
value
=
[
"wow.eventsourcing.store.storage"
]
,
havingValue
=
"in_memory"
)
fun
inMemoryEventStore
(
)
:
EventStore