C# Class Akka.EventStore.Cqrs.Core.AggregateRootCreationParameters

Inheritance: IAggregateRootCreationParameters
Mostra file Open project: 4deeptech/Akka.EventStore.Cqrs.Core Class Usage Examples

Public Methods

Method Description
AggregateRootCreationParameters ( System.Guid id, IActorRef projections, int snapshotThreshold = 250 ) : System

Method Details

AggregateRootCreationParameters() public method

public AggregateRootCreationParameters ( System.Guid id, IActorRef projections, int snapshotThreshold = 250 ) : System
id System.Guid
projections IActorRef
snapshotThreshold int
return System