RetryableAggregateProcessorFactory
constructor(stateAggregateFactory: StateAggregateFactory, stateAggregateRepository: StateAggregateRepository, commandAggregateFactory: CommandAggregateFactory)
Parameters
stateAggregateFactory
Factory for creating state aggregates.
stateAggregateRepository
Repository for accessing state aggregates.
commandAggregateFactory
Factory for creating command aggregates.