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.Akka.Events.IAkkaEventPublisherProxy< TAuthenticationToken > Interface Template Reference

A IEventPublisher<TAuthenticationToken> that proxies IEvent<TAuthenticationToken> back onto the IActorRef and then publishes the IEvent<TAuthenticationToken> on the public event bus. More...

+ Inheritance diagram for Cqrs.Akka.Events.IAkkaEventPublisherProxy< TAuthenticationToken >:

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

Detailed Description

A IEventPublisher<TAuthenticationToken> that proxies IEvent<TAuthenticationToken> back onto the IActorRef and then publishes the IEvent<TAuthenticationToken> on the public event bus.