![]() |
CQRS.NET
2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
|
void Cqrs.Akka.Commands.ConcurrentAkkaCommandPublisher< TAuthenticationToken, TTarget >.Publish< TCommand > | ( | TCommand | command | ) |
Publishes the provided command on the CommandReceiver.
This is for when a command originated outside Akka and now needs to be pushed into Akka.
TCommand | : | ICommand<TAuthenticationToken> |