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.

◆ PublishEvent()

override void Cqrs.Akka.Domain.AkkaAggregateRepository< TAuthenticationToken >.PublishEvent ( IEvent< TAuthenticationToken > @  event)
protectedvirtual

Publish the saved event asynchronously on EventPublisher, then calls AggregateRepository<TAuthenticationToken>.PublishEvent

Reimplemented from Cqrs.Domain.AggregateRepository< TAuthenticationToken >.