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.

◆ CreateSaga< TSaga >()

override TSaga Cqrs.Akka.Domain.AkkaSagaRepository< TAuthenticationToken >.CreateSaga< TSaga > ( Guid  id)
protectedvirtual

Calls IAggregateFactory.Create to get a, TSaga .

Template Parameters
TSagaThe Type of ISaga<TAuthenticationToken>.
Parameters
idThe id of the TSaga to create.

Reimplemented from Cqrs.Domain.SagaRepository< TAuthenticationToken >.