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.
|
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.BusRegistrar | protectedvirtual |
BuildExecutorMethod(MethodInfo originalRegisterExecutorMethod, Type executorType, Type commandType) | Cqrs.Configuration.BusRegistrar | protectedvirtual |
BusRegistrar(IDependencyResolver dependencyResolver) | Cqrs.Configuration.BusRegistrar | |
DependencyResolver | Cqrs.Configuration.BusRegistrar | protected |
GetCommandHandlerRegistrar | Cqrs.Configuration.BusRegistrar | static |
GetEventHandlerRegistrar | Cqrs.Configuration.BusRegistrar | static |
InvokeHandler(Type @interface, bool trueForEventsFalseForCommands, Func< Type, IEnumerable< Type >> resolveMessageHandlerInterface, Type executorType) | Cqrs.Configuration.BusRegistrar | protectedvirtual |
InvokeHandlerDelegate(MethodInfo registerExecutorMethod, bool trueForEventsFalseForCommands, HandlerDelegate handlerDelegate) | Cqrs.Configuration.BusRegistrar | protectedvirtual |
Register(params Type[] typesFromAssemblyContainingMessages) | Cqrs.Configuration.BusRegistrar | virtual |
Register(bool trueForEventsFalseForCommands, Func< Type, IEnumerable< Type >> resolveMessageHandlerInterface, bool skipCommandHandlers, params Type[] typesFromAssemblyContainingMessages) | Cqrs.Configuration.BusRegistrar | virtual |
ResolveCommandHandlerInterface(Type type) | Cqrs.Configuration.BusRegistrar | protectedvirtual |
ResolveEventHandlerInterface(Type type) | Cqrs.Configuration.BusRegistrar | protectedvirtual |