Class Confirmation
Used to persist the handling of a IConfirmableMessage
Inheritance
System.Object
Confirmation
Namespace:Akka.Persistence.Extras
Assembly:Akka.Persistence.Extras.dll
Syntax
public sealed class Confirmation : object
Constructors
Confirmation(Int64, String)
Declaration
public Confirmation(long confirmationId, string senderId)
Parameters
Type | Name | Description |
---|---|---|
System.Int64 | confirmationId | |
System.String | senderId |
Properties
ConfirmationId
Declaration
public long ConfirmationId { get; }
Property Value
Type | Description |
---|---|
System.Int64 |
SenderId
Declaration
public string SenderId { get; }
Property Value
Type | Description |
---|---|
System.String |