CQRS.NET  4.0
A lightweight enterprise Function as a Service (FaaS) framework to write function based serverless 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 >.