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

Inheritance: ICommand, IMessageContext, IConsistentHashable
Mostra file Open project: 4deeptech/Akka.EventStore.Cqrs.Core Class Usage Examples

Private Properties

Property Type Description

Protected Methods

Method 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 method

protected Command ( System.Guid aggregateId ) : Akka.Routing
aggregateId System.Guid
return Akka.Routing

Command() protected method

protected Command ( System.Guid aggregateId, IMessageContext context ) : Akka.Routing
aggregateId System.Guid
context IMessageContext
return Akka.Routing

Command() protected method

protected Command ( System.Guid aggregateId, int version ) : Akka.Routing
aggregateId System.Guid
version int
return Akka.Routing

Command() protected method

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