toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.configuration
/
BoundedContext
Bounded
Context
data
class
BoundedContext
(
val
alias
:
String
?
=
null
,
val
scopes
:
Set
<
String
>
=
setOf()
,
val
aggregates
:
Map
<
String
,
Aggregate
>
=
emptyMap()
)
:
NamingScopes
,
Merge
<
BoundedContext
>
Members
Constructors
Bounded
Context
Link copied to clipboard
constructor
(
alias
:
String
?
=
null
,
scopes
:
Set
<
String
>
=
setOf()
,
aggregates
:
Map
<
String
,
Aggregate
>
=
emptyMap()
)
Properties
aggregates
Link copied to clipboard
val
aggregates
:
Map
<
String
,
Aggregate
>
aggregateName
->
Aggregate
alias
Link copied to clipboard
val
alias
:
String
?
=
null
scopes
Link copied to clipboard
open
override
val
scopes
:
Set
<
String
>
Functions
merge
Link copied to clipboard
open
override
fun
merge
(
other
:
BoundedContext
)
:
BoundedContext