CQRS.NET  2.2
A lightweight enterprise framework to write CQRS, event-sourced and micro-service applications in hybrid multi-datacentre, on-premise and Azure environments.
Cqrs.Akka.Domain.IAkkaSagaProxy< out out TSaga > Interface Template Reference

A remote proxy to an ISaga<TAuthenticationToken>. More...

Properties

IActorRef ActorReference [get]
 Gets the IActorRef. More...
 
TSaga Saga [get]
 Gets the TSaga . More...
 

Detailed Description

A remote proxy to an ISaga<TAuthenticationToken>.

Template Parameters
TSagaThe Type of ISaga<TAuthenticationToken>.