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.
Cqrs.Events.IEventPublisher< TAuthenticationToken > Interface Template Reference

Publishes an IEvent<TAuthenticationToken> More...

+ Inheritance diagram for Cqrs.Events.IEventPublisher< TAuthenticationToken >:

Public Member Functions

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...
 

Detailed Description

Publishes an IEvent<TAuthenticationToken>