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.Akka.Commands.AkkaCommandBus< TAuthenticationToken > Member List

This is the complete list of members for Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >, including all inherited members.

AkkaCommandBus(IBusHelper busHelper, IAuthenticationTokenHelper< TAuthenticationToken > authenticationTokenHelper, ICorrelationIdHelper correlationIdHelper, IDependencyResolver dependencyResolver, ILogger logger, ICommandPublisher< TAuthenticationToken > commandSender, ICommandReceiver< TAuthenticationToken > commandReceiver)Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >
AuthenticationTokenHelperCqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >protected
BusHelperCqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >protected
CommandReceiverCqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >protected
CommandSenderCqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >protected
CorrelationIdHelperCqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >protected
DependencyResolverCqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >protected
EventWaitsCqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >protected
LoggerCqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >protected
PrepareAndValidateCommand< TCommand >(TCommand command, out RouteHandlerDelegate commandHandler)Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >protectedvirtual
PrepareCommand< TCommand >(TCommand command)Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >protectedvirtual
Publish< TCommand >(TCommand command)Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >virtual
Publish< TCommand >(IEnumerable< TCommand > commands)Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >virtual
RegisterHandler< TMessage >(Action< TMessage > handler, Type targetedType, bool holdMessageLock=true)Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >
RegisterHandler< TMessage >(Action< TMessage > handler, bool holdMessageLock=true)Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >
RoutesCqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >protectedstatic
Send< TCommand >(TCommand command)Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >virtual
Send< TCommand >(IEnumerable< TCommand > commands)Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >virtual
SendAndWait< TCommand, TEvent >(TCommand command, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >virtual
SendAndWait< TCommand, TEvent >(TCommand command, int millisecondsTimeout, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >virtual
SendAndWait< TCommand, TEvent >(TCommand command, TimeSpan timeout, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >virtual
SendAndWait< TCommand, TEvent >(TCommand command, Func< IEnumerable< IEvent< TAuthenticationToken >>, TEvent > condition, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >virtual
SendAndWait< TCommand, TEvent >(TCommand command, Func< IEnumerable< IEvent< TAuthenticationToken >>, TEvent > condition, int millisecondsTimeout, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >virtual
SendAndWait< TCommand, TEvent >(TCommand command, Func< IEnumerable< IEvent< TAuthenticationToken >>, TEvent > condition, TimeSpan timeout, IEventReceiver< TAuthenticationToken > eventReceiver=null)Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >virtual