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.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
@
ConditionalOnEventStoreStorage
(
value
=
StorageType.IN_MEMORY
)
fun
inMemoryEventStore
(
)
:
InMemoryEventStore
in
Memory
Event
Store
Binding
Link copied to clipboard
@
Bean
@
ConditionalOnEventStoreStorage
(
value
=
StorageType.IN_MEMORY
)
fun
inMemoryEventStoreBinding
(
@
Qualifier
(
value
=
"inMemoryEventStore"
)
eventStore
:
EventStore
)
:
EventStoreBinding