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.routing
/
StorageRoutingProperties
Storage
Routing
Properties
@
ConfigurationProperties
(
prefix
=
"wow.eventsourcing.storage-routing"
)
data
class
StorageRoutingProperties
(
val
aggregates
:
Map
<
String
,
AggregateStorageRouteProperties
>
=
emptyMap()
)
Members
Constructors
Storage
Routing
Properties
Link copied to clipboard
constructor
(
aggregates
:
Map
<
String
,
AggregateStorageRouteProperties
>
=
emptyMap()
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
aggregates
Link copied to clipboard
val
aggregates
:
Map
<
String
,
AggregateStorageRouteProperties
>