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.

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