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.Bus.InProcessBus< TAuthenticationToken > Member List

This is the complete list of members for Cqrs.Bus.InProcessBus< TAuthenticationToken >, including all inherited members.

AuthenticationTokenHelperCqrs.Bus.InProcessBus< TAuthenticationToken >protected
BusHelperCqrs.Bus.InProcessBus< TAuthenticationToken >protected
ConfigurationManagerCqrs.Bus.InProcessBus< TAuthenticationToken >protected
CorrelationIdHelperCqrs.Bus.InProcessBus< TAuthenticationToken >protected
DependencyResolverCqrs.Bus.InProcessBus< TAuthenticationToken >protected
EventWaitsCqrs.Bus.InProcessBus< TAuthenticationToken >protected
InProcessBus(IAuthenticationTokenHelper< TAuthenticationToken > authenticationTokenHelper, ICorrelationIdHelper correlationIdHelper, IDependencyResolver dependencyResolver, ILogger logger, IConfigurationManager configurationManager, IBusHelper busHelper)Cqrs.Bus.InProcessBus< TAuthenticationToken >
LoggerCqrs.Bus.InProcessBus< TAuthenticationToken >protected
PrepareAndValidateCommand< TCommand >(TCommand command, out RouteHandlerDelegate commandHandler)Cqrs.Bus.InProcessBus< TAuthenticationToken >protectedvirtual
PrepareCommand< TCommand >(TCommand command)Cqrs.Bus.InProcessBus< TAuthenticationToken >protectedvirtual
Publish< TEvent >(TEvent @event)Cqrs.Bus.InProcessBus< TAuthenticationToken >virtual
Publish< TEvent >(IEnumerable< TEvent > events)Cqrs.Bus.InProcessBus< TAuthenticationToken >virtual
PublishAndWait< TCommand, TEvent >(TCommand command, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Bus.InProcessBus< TAuthenticationToken >
PublishAndWait< TCommand, TEvent >(TCommand command, int millisecondsTimeout, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Bus.InProcessBus< TAuthenticationToken >
PublishAndWait< TCommand, TEvent >(TCommand command, TimeSpan timeout, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Bus.InProcessBus< TAuthenticationToken >
PublishAndWait< TCommand, TEvent >(TCommand command, Func< IEnumerable< IEvent< TAuthenticationToken >>, TEvent > condition, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Bus.InProcessBus< TAuthenticationToken >
PublishAndWait< TCommand, TEvent >(TCommand command, Func< IEnumerable< IEvent< TAuthenticationToken >>, TEvent > condition, int millisecondsTimeout, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Bus.InProcessBus< TAuthenticationToken >
PublishAndWait< TCommand, TEvent >(TCommand command, Func< IEnumerable< IEvent< TAuthenticationToken >>, TEvent > condition, TimeSpan timeout, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Bus.InProcessBus< TAuthenticationToken >
ReceiveCommand(ICommand< TAuthenticationToken > command)Cqrs.Bus.InProcessBus< TAuthenticationToken >virtual
ReceiveEvent(IEvent< TAuthenticationToken > @event)Cqrs.Bus.InProcessBus< TAuthenticationToken >virtual
RegisterHandler< TMessage >(Action< TMessage > handler, Type targetedType, bool holdMessageLock=true)Cqrs.Bus.InProcessBus< TAuthenticationToken >virtual
RegisterHandler< TMessage >(Action< TMessage > handler, bool holdMessageLock=true)Cqrs.Bus.InProcessBus< TAuthenticationToken >virtual
Send< TCommand >(TCommand command)Cqrs.Bus.InProcessBus< TAuthenticationToken >virtual
Send< TCommand >(IEnumerable< TCommand > commands)Cqrs.Bus.InProcessBus< TAuthenticationToken >virtual
SendAndWait< TCommand, TEvent >(TCommand command, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Bus.InProcessBus< TAuthenticationToken >virtual
SendAndWait< TCommand, TEvent >(TCommand command, int millisecondsTimeout, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Bus.InProcessBus< TAuthenticationToken >virtual
SendAndWait< TCommand, TEvent >(TCommand command, TimeSpan timeout, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Bus.InProcessBus< TAuthenticationToken >virtual
SendAndWait< TCommand, TEvent >(TCommand command, Func< IEnumerable< IEvent< TAuthenticationToken >>, TEvent > condition, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Bus.InProcessBus< TAuthenticationToken >virtual
SendAndWait< TCommand, TEvent >(TCommand command, Func< IEnumerable< IEvent< TAuthenticationToken >>, TEvent > condition, int millisecondsTimeout, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Bus.InProcessBus< TAuthenticationToken >virtual
SendAndWait< TCommand, TEvent >(TCommand command, Func< IEnumerable< IEvent< TAuthenticationToken >>, TEvent > condition, TimeSpan timeout, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Bus.InProcessBus< TAuthenticationToken >virtual
TelemetryHelperCqrs.Bus.InProcessBus< TAuthenticationToken >protected