![]() |
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.
|
|
protectedvirtual |
Register an command handler that will listen and respond to commands.
commandHandler | The command handler to call |
holdMessageLock | If false, this will spin off another thread. This is a bad performance impact. Strongly suggest you use lock renewing instead... which is configuration based... so even better. |
TMessage | : | IMessage |