![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
|
virtual |
Registers all IHandler instances in the provided executorTypes .
trueForEventsFalseForCommands | Indicates if this is registers IEventHandler or ICommandHandler<TAuthenticationToken,TCommand>. |
resolveMessageHandlerInterface | ResolveEventHandlerInterface or ResolveCommandHandlerInterface |
skipCommandHandlers | Indicates if registering of ICommandHandler<TAuthenticationToken,TCommand> is enabled. |
executorTypes | A collection of Type to register. |