![]() |
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.
|
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 |
| Register(bool trueForEventsFalseForCommands, Func< Type, IEnumerable< Type >> resolveMessageHandlerInterface, bool skipCommandHandlers, params HandlerTypeInformation[] executorTypes) | Cqrs.Configuration.BusRegistrar | virtual |
| ResolveCommandHandlerInterface(Type type) | Cqrs.Configuration.BusRegistrar | virtual |
| ResolveEventHandlerInterface(Type type) | Cqrs.Configuration.BusRegistrar | virtual |