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.

◆ BuildDelegateAction()

virtual HandlerDelegate Cqrs.Configuration.BusRegistrar.BuildDelegateAction ( Type  executorType,
Func< Type, IEnumerable< Type >>  resolveMessageHandlerInterface 
)
protectedvirtual

Builds a HandlerDelegate that will resolve the provided executorType and invoke the Handle method, when executed.

Parameters
executorTypeThe type of IHandler to resolve.>
resolveMessageHandlerInterfaceNot used.

Reimplemented in Cqrs.Akka.Configuration.AkkaBusRegistrar< TAuthenticationToken >.