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.
|
An IEventPublisher<TAuthenticationToken> that proxies IEvent<TAuthenticationToken> back onto the IActorRef and then publishes the IEvent<TAuthenticationToken> on the public event bus. More...
Additional Inherited Members | |
Public Member Functions inherited from Cqrs.Events.IEventPublisher< TAuthenticationToken > | |
void | Publish< TEvent > (TEvent @event) |
Publishes the provided @event on the event bus. More... | |
void | Publish< TEvent > (IEnumerable< TEvent > events) |
Publishes the provided events on the event bus. More... | |
An IEventPublisher<TAuthenticationToken> that proxies IEvent<TAuthenticationToken> back onto the IActorRef and then publishes the IEvent<TAuthenticationToken> on the public event bus.