toggle menu
Wow
3.16.8
jvm
switch theme
search in API
wow-core
/
me.ahoo.wow.modeling.state
/
StateAggregateFactory
State
Aggregate
Factory
interface
StateAggregateFactory
Aggregate Factory . 创建一个未初始化/空状态的聚合.
Author
ahoo wang
Inheritors
ConstructorStateAggregateFactory
Members
Functions
create
Link copied to clipboard
abstract
fun
<
S
:
Any
>
create
(
metadata
:
StateAggregateMetadata
<
S
>
,
aggregateId
:
AggregateId
)
:
Mono
<
StateAggregate
<
S
>
>