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.
|
Public Member Functions | |
void | Publish< T > (T @event) |
void | Publish< TEvent > (IEnumerable< TEvent > events) |
Public Member Functions inherited from Cqrs.Events.IEventPublisher< ISingleSignOnToken > | |
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... | |
Properties | |
int | Published [get] |