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.

◆ InvokeHandlerDelegate()

override void Cqrs.Akka.Configuration.AkkaBusRegistrar< TAuthenticationToken >.InvokeHandlerDelegate ( MethodInfo  registerExecutorMethod,
bool  trueForEventsFalseForCommands,
HandlerDelegate  handlerDelegate 
)
protectedvirtual

Invokes handlerDelegate , fetching the corresponding "HoldMessageLock" configuration setting

Parameters
registerExecutorMethodThe MethodInfo to use to invoke handlerDelegate .
trueForEventsFalseForCommandsIndicates if this is registers IEventHandler or ICommandHandler<TAuthenticationToken,TCommand>.
handlerDelegateThe actual HandlerDelegate that gets executed.

Reimplemented from Cqrs.Configuration.BusRegistrar.