![]() |
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.
|
A ICommandPublisher<TAuthenticationToken> that proxies ICommand<TAuthenticationToken> back onto the IActorRef and then publishes the ICommand<TAuthenticationToken> on the public command bus. More...
Inheritance diagram for Cqrs.Akka.Commands.IAkkaCommandPublisherProxy< TAuthenticationToken >:Additional Inherited Members | |
Public Member Functions inherited from Cqrs.Commands.ICommandPublisher< TAuthenticationToken > | |
| void | Publish< TCommand > (TCommand command) |
| Publishes the provided command on the command bus. More... | |
| void | Publish< TCommand > (IEnumerable< TCommand > commands) |
| Publishes the provided commands on the command bus. More... | |
A ICommandPublisher<TAuthenticationToken> that proxies ICommand<TAuthenticationToken> back onto the IActorRef and then publishes the ICommand<TAuthenticationToken> on the public command bus.