StateAggregateFactory

Aggregate Factory . 创建一个未初始化/空状态的聚合.

Author

ahoo wang

Inheritors

Functions

Link copied to clipboard
abstract fun <S : Any> create(metadata: StateAggregateMetadata<S>, aggregateId: AggregateId): Mono<StateAggregate<S>>