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