CQRS.NET  2.1
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Configuration.BusRegistrar Member List

This is the complete list of members for Cqrs.Configuration.BusRegistrar, including all inherited members.

BuildDelegateAction(Type executorType, Func< Type, IEnumerable< Type >> resolveMessageHandlerInterface)Cqrs.Configuration.BusRegistrarprotectedvirtual
BuildExecutorMethod(MethodInfo originalRegisterExecutorMethod, Type executorType, Type commandType)Cqrs.Configuration.BusRegistrarprotectedvirtual
BusRegistrar(IDependencyResolver dependencyResolver)Cqrs.Configuration.BusRegistrar
DependencyResolverCqrs.Configuration.BusRegistrarprotected
GetCommandHandlerRegistrarCqrs.Configuration.BusRegistrarstatic
GetEventHandlerRegistrarCqrs.Configuration.BusRegistrarstatic
InvokeHandler(Type @interface, bool trueForEventsFalseForCommands, Func< Type, IEnumerable< Type >> resolveMessageHandlerInterface, Type executorType)Cqrs.Configuration.BusRegistrarprotectedvirtual
InvokeHandlerDelegate(MethodInfo registerExecutorMethod, bool trueForEventsFalseForCommands, HandlerDelegate handlerDelegate)Cqrs.Configuration.BusRegistrarprotectedvirtual
Register(params Type[] typesFromAssemblyContainingMessages)Cqrs.Configuration.BusRegistrarvirtual
Register(bool trueForEventsFalseForCommands, Func< Type, IEnumerable< Type >> resolveMessageHandlerInterface, bool skipCommandHandlers, params Type[] typesFromAssemblyContainingMessages)Cqrs.Configuration.BusRegistrarvirtual
ResolveCommandHandlerInterface(Type type)Cqrs.Configuration.BusRegistrarprotectedvirtual
ResolveEventHandlerInterface(Type type)Cqrs.Configuration.BusRegistrarprotectedvirtual