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

Inheritance: ICommand, IMessageContext, IConsistentHashable
Afficher le fichier Open project: 4deeptech/Akka.EventStore.Cqrs.Core Class Usage Examples

Private Properties

Свойство Type Description

Méthodes protégées

Méthode Description
Command ( System.Guid aggregateId ) : Akka.Routing
Command ( System.Guid aggregateId, IMessageContext context ) : Akka.Routing
Command ( System.Guid aggregateId, int version ) : Akka.Routing
Command ( System.Guid aggregateId, int version, IMessageContext context ) : Akka.Routing

Method Details

Command() protected méthode

protected Command ( System.Guid aggregateId ) : Akka.Routing
aggregateId System.Guid
Résultat Akka.Routing

Command() protected méthode

protected Command ( System.Guid aggregateId, IMessageContext context ) : Akka.Routing
aggregateId System.Guid
context IMessageContext
Résultat Akka.Routing

Command() protected méthode

protected Command ( System.Guid aggregateId, int version ) : Akka.Routing
aggregateId System.Guid
version int
Résultat Akka.Routing

Command() protected méthode

protected Command ( System.Guid aggregateId, int version, IMessageContext context ) : Akka.Routing
aggregateId System.Guid
version int
context IMessageContext
Résultat Akka.Routing