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.

◆ Publish< TCommand >() [1/2]

virtual void Cqrs.Akka.Commands.AkkaCommandBus< TAuthenticationToken >.Publish< TCommand > ( IEnumerable< TCommand >  commands)
virtual

Publishes the provided commands on the command bus.

Implements Cqrs.Commands.ICommandPublisher< TAuthenticationToken >.

Type Constraints
TCommand :ICommand<TAuthenticationToken>