CommandAggregateFactory

Command Aggregate Factory .

Author

ahoo wang

Inheritors

Functions

Link copied to clipboard
abstract fun <C : Any, S : Any> create(metadata: AggregateMetadata<C, S>, stateAggregate: StateAggregate<S>): CommandAggregate<C, S>