$aggregatorHandler top-level property

void Function<TActionType extends IAction<TResultType>, TResultType>(IActionHandler<TActionType, TResultType> handlerFactory()) $aggregatorHandler
final

Registers an aggregator handler factory for a specific IAggregator.

Implementation

final $aggregatorHandler = Mediator.aggregators.registerHandlerFactory;